chat_delete
Delete a specific message from a Slack channel using its channel ID and timestamp.
Instructions
Delete a message.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| 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). | |
| channel | Yes | ID of the channel containing the message to delete (e.g. ``C0123``). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||