Slack: Delete Message logo

Catalog action Integrations slack

Delete a message from a Slack channel via native OAuth integration. Removes a previously posted message using its channel and timestamp. Ideal for: message cleanup, temporary alerts, automated moderation.

At a Glance

FieldValue
Action IDslack-delete-message
CategoryIntegrations
Connectorslack
Requires gasNo
Funds movementNone declared
Tagsslack, messaging, notification, write, chat

Payload Schema

FieldTypeRequiredDescription
channelstringYesChannel ID containing the message
tsstringYesTimestamp of the message to delete

Result Schema

FieldTypeRequiredDescription
successbooleanYes-
dataobjectNo-

Examples

json
{ "type": "slack-delete-message", "payload": { "channel": "example-channel", "ts": "example-ts" }, "children": [], "connector": { "type": "slack", "id": "conn_slack" }}

Payload fields can use workflow expressions such as {{$trigger.body.amount}}, {{$nodes.fetch.result.price}}, and {{$props.asset}} when the value should come from a trigger, prior node, or reusable workflow prop.

Ask a question... ⌘I