Skip to main content

client_session.deleted

A client session was deleted.
Example webhook payload
{
  "client_session_id": "00000000-0000-0000-0000-000000000000",
  "created_at": "2025-01-01T00:00:00.000Z",
  "event_id": "00000000-0000-0000-0000-000000000000",
  "event_type": "client_session.deleted",
  "occurred_at": "2025-01-01T00:00:00.000Z",
  "workspace_id": "00000000-0000-0000-0000-000000000000"
}
client_session_id
String (UUID)
ID of the affected client session.
created_at
String (ISO 8601)
Date and time at which the event was created.
event_id
String (UUID)
ID of the event.
event_type
Enum (String)
Value: client_session.deleted
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.