Deletes a message.

External Documentation

To learn more, visit the Slack documentation.

Parameters

ParameterDescription
Channel IDChannel containing the message to be deleted.
TimestampTimestamp of the message to be deleted.

Example Output

{
	"ok": true,
	"channel": "<string>",
	"ts": "<string>",
	"warning": "<string>",
	"response_metadata": {
		"warnings": [
			"<string>"
		]
	}
}

Workflow Library Example

Delete Message from Channel with Slack and Send Results Via Email

Preview this Workflow on desktop