cancel_scheduled_message
Cancel a pending scheduled message using its job ID. Retrieve the ID with list_scheduled_messages to avoid errors for already sent or nonexistent messages.
Instructions
Cancel a pending scheduled message by its job ID. Use list_scheduled_messages to find the ID. Returns an error if the message was already sent or does not exist.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job_id | Yes | Scheduled message job ID from list_scheduled_messages |