---
title: "Delete a shift"
method: DELETE
path: "/api/v1/shifts/{id}"
tags: ["Shifts"]
---

# Delete a shift

`DELETE /api/v1/shifts/{id}`

Delete a shift with the specified ID.

## Path parameters

- `id` integer, required — The ID of the shift to delete

## Response `200`

Successful Response

- boolean

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/joinplanbase/apis/planbase-api.md) · [All operations](https://skmtc.dev/joinplanbase/apis/planbase-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/joinplanbase/planbase-api/revisions/501c09a03cbc/schema)
