---
title: "Delete Shift"
method: DELETE
path: "/v2/company/{company_id}/shifts/{shift_id}"
tags: ["Shifts"]
---

# Delete Shift

`DELETE /v2/company/{company_id}/shifts/{shift_id}`

## Path parameters

- `company_id` integer, required
- `shift_id` integer, required

## Headers

- `x-api-version` string — An API version
- `x-company-guid` string, uuid

## Response `204`

No Content

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not found
- `500` — Unexpected error

---

[API](https://skmtc.net/7shifts/apis/7shifts-api.md) · [All operations](https://skmtc.net/7shifts/apis/7shifts-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/7shifts/7shifts-api/revisions/96a02ef888ab/schema)
