delete_message
Remove messages from Slack channels by specifying channel ID and timestamp to manage content and maintain workspace organization.
Instructions
Delete a message from a channel.
Args:
channel_id: The ID of the channel containing the message (e.g., "C01234567")
timestamp: The timestamp of the message to delete
Returns:
Dictionary indicating success or error
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| channel_id | Yes | ||
| timestamp | Yes |