---
title: "Delete rotation"
method: DELETE
path: "/api/{cloudId}/v1/schedules/{scheduleId}/rotations/{id}"
tags: ["Schedule rotations"]
---

# Delete rotation

`DELETE /api/{cloudId}/v1/schedules/{scheduleId}/rotations/{id}`

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.

## Path parameters

- `scheduleId` string, required
- `id` string, required

## Response `204`

Returned if the rotation is deleted successfully.

## Other responses

- `401` — Returned if the authentication credentials are incorrect.
- `403` — Returned if the requesting user does not have permission to delete the rotation.
- `404` — Returned if the schedule or rotation is not found.

---

[API](https://skmtc.net/atlassian/apis/jsm-operations-api.md) · [All operations](https://skmtc.net/atlassian/apis/jsm-operations-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/atlassian/jsm-operations-api/versions/ed65f017bcb8/schema)
