Delete Schedule
Base URL
DELETE https://schedulingapi.datashake.com/schedules/:schedule_id
Make sure to replace :schedule_id
with the actual Schedule ID.
Limitations
Whenever a schedule is deleted, changes take immediate effect and no further jobs will be created for it. However, we won't be able to remove associated jobs if they are already in progress.
Response
API Response example
{
"status": "success"
}