Delete Message From Channel
Deletes a message.
External Documentation
To learn more, visit the Slack documentation.
Parameters
Parameter | Description |
---|---|
Channel ID | Channel containing the message to be deleted. |
Timestamp | Timestamp of the message to be deleted. |
Example Output
{
"channel": "C024BE91L",
"ok": true,
"ts": "1401383885.000061"
}
Workflow Library Example
Delete Message from Channel with Slack and Send Results Via Email
Preview this Workflow on desktop