Schedules API
Delete Schedule
Delete a schedule by its ID.
DELETE
/
api
/
v1
/
schedules
/
{schedule_id}
Authorizations
Authorization
string
headerrequiredUse your Secret API key in the form 'Bearer <SECRET KEY>' (without the quotation marks)
Path Parameters
schedule_id
string
requiredThe ID of the schedule.
Was this page helpful?