---
title: "Delete Schedule"
method: DELETE
path: "/api/v1/scheduling/schedules/{id}"
tags: ["Scheduling", "Public API"]
---

# Delete Schedule

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

Deletes a schedule by its UUID. Unworked shifts will be deleted as a result.

OAuth Scopes: scheduling:schedules.write, time_tracking.write

## Path parameters

- `id` string, uuid, required

## Response `204`

Schedule deleted successfully

## Other responses

- `403` — Forbidden - insufficient permissions
- `404` — Schedule not found
- `422` — Invalid request data

---

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