---
title: "Delete shifts"
method: DELETE
path: "/scheduler/v1/schedulers/{schedulerId}/shifts"
tags: ["Schedule:v1:Schedulers:Schedule:Shifts:Shifts"]
---

# Delete shifts

`DELETE /scheduler/v1/schedulers/{schedulerId}/shifts`

Delete single or multiple shifts in a specified schedule

## Path parameters

- `schedulerId` integer, required — The unique identifier of the schedule

## Query parameters

- `notifyUsers` boolean, nullable — Indicates whether to send a notification to the users assigned to the shifts. This applies only to shifts that are published.

## Request body

- ShiftBulkDeleteRequest
  - `shiftsIds` string[], required — The unique identifiers of the shifts to delete

## Response `200`

Successful Response

- APIResponseV2ShiftBulkDeleteResponse
  - `requestId` string
  - `data` ShiftBulkDeleteResponse, required
    - `shiftsIds` string[], required — The IDs of the deleted shifts

## Other responses

- `422` — Validation Error

---

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