Delete a schedule and all of its associated execution records. The schedule is also removed from the underlying scheduling service and will no longer fire.Documentation Index
Fetch the complete documentation index at: https://docs.blobhub.io/llms.txt
Use this file to discover all available pages before exploring further.
POST /revisions/:id/data (Command: delete_schedule)
Request Body
| Parameter | Type | Required | Description |
|---|---|---|---|
engine | string | Yes | Must be scheduler_blobhub. |
command | string | Yes | Must be delete_schedule. |
schedule_id | string | Yes | Id of the schedule to delete. |

