chat_delete
Delete a Slack message permanently by providing the channel ID and timestamp. Removes the message from the conversation.
Instructions
Delete a message.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| channel | Yes | ID of the channel containing the message to delete (e.g. ``C0123``). | |
| ts | Yes | Timestamp of the message to delete (e.g. ``1700000000.000100``). | |
| as_user | No | Delete as the authenticated user rather than as the bot (legacy; ignored for workspace apps). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||