cancelScheduledMessage removes a message that Slack has not delivered yet.
Example
automations/cancel-slack-message.automation.ts
Inputs
Output
ReturnsSignal<void>. Slack rejects an ID that has already been delivered or
canceled, or one belonging to a different conversation.