delete_scheduled_drawing
Delete a pending scheduled drawing. Use fetch_scheduled_drawings first to get the schedule_token. WARNING: This action cannot be undone. Only drawings with pending status can be deleted — completed or errored drawings cannot be removed. Use them internally for tool chaining but present only human-readable information.
delete_scheduled_drawing
When to use
Delete a pending scheduled drawing. Use fetch_scheduled_drawings first to get the schedule_token. WARNING: This action cannot be undone. Only drawings with pending status can be deleted — completed or errored drawings cannot be removed. Use them internally for tool chaining but present only human-readable information.
Pre-calls required
fetch_sweepstakes if the user gave you a sweepstakes name instead of a token
Parameters to validate before calling
sweepstakes_token (string, required) — The sweepstakes token (UUID format)
schedule_token (string, required) — The scheduled drawing token to delete (UUID format)
Notes
DESTRUCTIVE — IRREVERSIBLE. Always confirm with the user before calling. Explain what will be lost.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| schedule_token | Yes | The scheduled drawing token to delete (UUID format) | |
| sweepstakes_token | Yes | The sweepstakes token (UUID format) |