slackbuzz message delete
slackbuzz message delete
Section titled “slackbuzz message delete”Delete a message
Synopsis
Section titled “Synopsis”Delete a Slack message by channel and timestamp.
Prompts for confirmation in interactive mode. In non-interactive (piped) mode, —confirm is required.
slackbuzz message delete <channel> <timestamp> [flags]Examples
Section titled “Examples” # Delete with confirmation prompt slackbuzz message delete #general 1706000000.000000
# Delete without prompt (scripting) slackbuzz message delete #general 1706000000.000000 --confirmOptions
Section titled “Options” --as-bot Delete as the bot instead of your user account --confirm Skip confirmation prompt -h, --help help for delete --jq string Filter JSON output using a jq expression --json Output JSON --template string Format JSON output using a Go templateSEE ALSO
Section titled “SEE ALSO”- slackbuzz message - Send and read Slack messages