---
title: "Delete schedule"
method: DELETE
path: "/api/{cloudId}/v1/schedules/{id}"
tags: ["Schedules"]
---

# Delete schedule

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

Deletes the schedule with given id in the request. <br> <br> **Permissions required:** Permission to delete the schedule: 
 - the user has delete configuration right. 
 - the user is the admin of the team that the schedule belongs to.

## Path parameters

- `id` string, required

## Response `204`

Returned if the schedule 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 schedule.
- `404` — Returned if the schedule 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)
