---
title: "Deletes the schedule by the given schedule id"
method: DELETE
path: "/v1/projects/{projectId}/schedules/{scheduleId}"
tags: ["Schedules"]
---

# Deletes the schedule by the given schedule id

`DELETE /v1/projects/{projectId}/schedules/{scheduleId}`

An endpoint for deleting the schedule for the given schedule id

## Path parameters

- `projectId` string, uuid, required
- `scheduleId` string, uuid, required

## Response `204`

Schedule deleted successfully

## Other responses

- `400` — Wrong request parameters used
- `401` — Forbidden
- `403` — Unauthorized
- `404` — Not found
- `500` — Unexpected error occurred
- `504` — Gateway timeout

---

[API](https://skmtc.net/maia/apis/maia-public-rest-api.md) · [All operations](https://skmtc.net/maia/apis/maia-public-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/maia/maia-public-rest-api/revisions/6239825f68eb/schema)
