Tool details
Playground
Input schema
input-schema.json
Documentation Index
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
| Field | Value |
|---|---|
| Name | slack__delete_message |
| Group | Integrations |
{
"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."
}