Schedules API
Deactivate Schedule
Deactivate a schedule by its ID.
POST
Authorizations
Use your Secret API key in the form 'Bearer <SECRET KEY>' (without the quotation marks)
Path Parameters
The ID of the schedule.
Response
200 - application/json
Whether the schedule is active or not
The deduplication key used to prevent creating duplicate schedules
The external ID of the schedule. Can be anything that is useful to you (e.g., user ID, org ID, etc.)
The unique ID of the schedule, prefixed with 'sched_'
The next time the schedule will run
The id of the scheduled task that will be triggered by this schedule
Was this page helpful?