---
title: "DeleteShift"
method: DELETE
path: "/v2/labor/shifts/{id}"
tags: ["Labor"]
---

# DeleteShift

`DELETE /v2/labor/shifts/{id}`

Deletes a `Shift`.

## Path parameters

- `id` string, required

## Response `200`

Success

- DeleteShiftResponse — The response to a request to delete a `Shift`. The response might contain a set of `Error` objects if the request resulted in errors.
  - `errors` Error[] — Any errors that occurred during the request.
    - `category` string, required — The high-level category for the error.
    - `code` string, required — The specific code of the error.
    - `detail` string — A human-readable description of the error for debugging purposes.
    - `field` string — The name of the field provided in the original request (if any) that the error pertains to.

---

[API](https://skmtc.net/square/apis/squareup.md) · [All operations](https://skmtc.net/square/apis/squareup/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/square/squareup/revisions/8d95e3639487/schema)
