---
title: "Shifts Deleted Event"
method: POST
path: "Shifts deleted"
---

# Shifts Deleted Event

`POST Shifts deleted` (webhook)

Receive real-time data updates on shifts deletion at your specified URL. 

**V1** (default): one event per individual user assignment. 

**V2**: uses base shift IDs and only fires when the entire shift is removed. Unassigning a single
user from a multi-user shift triggers a **shift.updated** event instead.
Contact us to enable V2 for your account. 

Find more details about event types and payload examples in the Guides -> Webhooks section for a deeper understanding.

## Acknowledgement `200`

Successful Response

- ShiftDeletedWebhookResponse
  - `requestId` string — The request id
  - `company` string, required — The company id
  - `activityType` string — The activity type
  - `eventTimestamp` integer, required — The event unix timestamp
  - `evnetTimestamp` integer, required — DEPRECATED: Use event_timestamp instead
  - `eventType` string — The event type that triggers the webhook
  - `schedulerId` integer, required — The unique identifier of the schedule
  - `data` ShiftDeletedWebhookResponseData, required
    - `ids` string[], required — The deleted shifts ids

---

[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)
