Skip to main content

When it fires

A thread is permanently deleted from the workspace — either through the Inbox UI or the Delete thread API endpoint.

Payload

threadId
string
required
The ID of the deleted thread.
{
  "id": "ck9v2m5nj0xp4wq7ybftrae8",
  "seq": 43,
  "teamId": "hzcai5t59nn9vsck3rbuepyg",
  "type": "thread.deleted",
  "timestamp": "2025-01-15T10:31:00.000Z",
  "version": "1.0",
  "data": {
    "threadId": "l44e15irdq4db30i77cgphhx"
  }
}
Only the threadId is included — the full thread object is no longer available after deletion. If you need thread data for your integration, store it when you receive thread.created events.