cancel_scheduled_message
Cancel a scheduled Signal message before it sends. Provide the job ID from list_scheduled_messages to remove a pending message; fails if already sent or not found.
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 |