Delete Schedule

DELETE {{baseUrl}}/schedules/:schedulesID

This endpoint is used to delete a schedule. The schedule should not be part of any active escalation policy. In order to delete the schedule, you will first have to remove the schedule from the escalation policies that it is a part of.

Requires access_token as a Bearer {{token}} in the Authorization header with schedule-write scope.