Skip to main content

phone.deactivated

A phone device was deactivated.
Example webhook payload
{
  "created_at": "2025-01-01T00:00:00.000Z",
  "device_custom_metadata": {},
  "device_id": "00000000-0000-0000-0000-000000000000",
  "event_id": "00000000-0000-0000-0000-000000000000",
  "event_type": "phone.deactivated",
  "occurred_at": "2025-01-01T00:00:00.000Z",
  "workspace_id": "00000000-0000-0000-0000-000000000000"
}
created_at
String (ISO 8601)
Date and time at which the event was created.
device_custom_metadata
Object
Custom metadata of the device; present when device_id is provided.
device_id
String (UUID)
ID of the affected phone device.
event_id
String (UUID)
ID of the event.
event_type
Enum (String)
Value: phone.deactivated
occurred_at
String (ISO 8601)
Date and time at which the event occurred.
workspace_id
String (UUID)
ID of the workspace associated with the event.