Slack
slack_delete_scheduled_message
Delete a pending scheduled message before it is sent. Cannot delete messages posting within 60 seconds.
Remote node2flow/slack
Other tools also called slack_delete_scheduled_message?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"channel": {
"type": "string",
"description": "Channel of the scheduled message"
},
"scheduled_message_id": {
"type": "string",
"description": "Scheduled message ID (from schedule_message response)"
}
}
}