Delete On-call Event

DELETE {{baseUrl}}/schedules/:schedulesID/events/:eventID

This endpoint is used to delete the on-call rotation(event) for the schedule. Requires access_token as a Bearer {{token}} in the Authorization header with schedule-write scope.

Delete Type value representations: ``` delete_type(*Required)

1 - Delete the current single event 2 - Delete the current event and all the following events ```

Request Body

{"delete_type"=>1}