---
title: "Availability Status Deleted Event"
method: POST
path: "Availability status deleted"
---

# Availability Status Deleted Event

`POST Availability status deleted` (webhook)

Receive real-time data updates on availability status events at your specified URL. 

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

## Acknowledgement `200`

Successful Response

- AvailabilityDeletedStatusWebhookResponse — Webhook response for availability status deleted event
  - `requestId` string — The request id
  - `company` string, required — The company id
  - `activityType` string, required — 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
  - `availabilityStatuses` AvailabilityStatusDataResponse[], required — The availability status items
    - `id` string, nullable — The unique identifier of the availability status
    - `type` 'available' | 'preferToWork' | 'unavailable' | 'absence', required
    - `userId` integer, required — The unique identifier of the user
    - `start` TimestampWithTimezone, required
      - `timestamp` integer, required — The timestamp in Unix format (in seconds)
      - `timezone` string, required — The timezone in Tz format (e.g. America/New_York)
    - `end` TimestampWithTimezone, required
      - `timestamp` integer, required — The timestamp in Unix format (in seconds)
      - `timezone` string, required — The timezone in Tz format (e.g. America/New_York)
    - `isAllDay` boolean, required — Whether the availability status is for a full day
    - `note` string, required — The note of the availability status
  - `isAdminAction` boolean, required — Whether the action was done by an admin

---

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