Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Delete a message previously sent by this integration
slack__delete_message
{ "type": "object", "properties": { "channel": { "type": "string", "description": "Channel ID containing the message" }, "ts": { "type": "string", "description": "Timestamp (ts) of the message to delete" } }, "required": [ "channel", "ts" ], "description": "Input schema for the slack__delete_message tool." }