Schedules
Pause Schedule
Pause an active schedule
POST
/
v2
/
schedules
/
{scheduleId}
/
pause
Pausing a schedule will not change the next delivery time, but the delivery will be ignored. If the schedule is already paused, this action has no effect.
Request
scheduleId
string
requiredThe id of the schedule to pause.
Response
This endpoint simply returns 200 OK if the schedule is paused successfully.
Was this page helpful?