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
required

The id of the schedule to pause.

Response

This endpoint simply returns 200 OK if the schedule is paused successfully.