delete_own_message
Delete one of your own messages in Slack. Provide the channel and timestamp of the message to remove it.
Instructions
Delete one of your own messages.
Calls chat.delete with (channel, ts). xoxc user tokens can delete their OWN messages without special scopes. Returns ok=True on success. message_not_found is treated as a soft success (already-deleted or wrong ts).
Low-consequence (only your own messages, no destructive cascade) so no draft+confirm. The audit log records every call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ts | Yes | ||
| channel | Yes | ||
| workspace | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||