External DocumentationTo learn more, visit the Slack documentation.
Actions
Delete Message From Channel
Deletes a message.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Channel ID | Channel containing the message to be deleted. |
| Timestamp | Timestamp of the message to be deleted. |
{
"ok": true,
"channel": "<string>",
"ts": "<string>",
"warning": "<string>",
"response_metadata": {
"warnings": [
"<string>"
]
}
}
Was this page helpful?