Schedule rotations

Delete rotation

Deletes the rotation of a schedule with given IDs in the request. <br> <br> Permissions required: Permission to delete the rotation:

  • the user has delete configuration right.
  • the user is the admin of the team that rotation's schedule belongs to.
delete/api/{cloudId}/v1/schedules/{scheduleId}/rotations/{id}

Path parameters

scheduleIdstring required

ID of the schedule.

idstring required

ID of the rotation.

Response

Returned if the rotation is deleted successfully.

Changes

No recorded changes to this endpoint across all 3 revisions of this API.