provider chat POST /chat.deleteScheduledMessage
@utdk/slack /chat.deleteScheduledMessage
chat_deleteScheduledMessage
Deletes a pending scheduled message from the queue.
token header required
Authentication token. Requires scope: `chat:write`
string

Try it

Authentication
Configure credentials for Slack Web API
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.

Saved automatically to browser storage.

chatDeletescheduledmessage
POST/chat.deleteScheduledMessage
Deletes a pending scheduled message from the queue.

Input

Pass true to delete the message as the authed user with `chat:write:user` scope. [Bot users](/bot-users) in this context are considered authed users. If unused or false, the message will be deleted with `chat:write:bot` scope.

required

The channel the scheduled_message is posting to

required

`scheduled_message_id` returned from call to chat.scheduleMessage

Enter a gateway URL above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import slack from '@utdk/slack';

await slack.chatDeletescheduledmessage()