Skip to main content
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.

POST /revisions/:id/data (Command: delete_schedule)

Request Body

ParameterTypeRequiredDescription
enginestringYesMust be scheduler_blobhub.
commandstringYesMust be delete_schedule.
schedule_idstringYesId of the schedule to delete.

Response

Empty object on success.

Example

{
  "engine": "scheduler_blobhub",
  "command": "delete_schedule",
  "schedule_id": "sched-001"
}