> ## Documentation Index
> Fetch the complete documentation index at: https://docs.inboxapp.com/llms.txt
> Use this file to discover all available pages before exploring further.

# status.deleted

> Occurs when a pipeline status is deleted

<ResponseExample>
  ```json Example payload theme={null}
  {
    "id": "ck9v2m5nj0xp4wq7ybftrae8",
    "seq": 189,
    "teamId": "hzcai5t59nn9vsck3rbuepyg",
    "type": "status.deleted",
    "timestamp": "2025-01-15T17:00:00.000Z",
    "version": "1.0",
    "data": {
      "statusId": "n5xr8yk0wr6q3cwohgeufqmz"
    }
  }
  ```
</ResponseExample>

## When it fires

A pipeline status is permanently deleted from the workspace — either through the Inbox UI or via the [Delete status](/api-reference/statuses/delete-status) API endpoint.

<Warning>
  Prospects that were assigned this status will have their `context.statusId` set to `null`. If your integration relies on status data, handle this gracefully.
</Warning>

## Payload

<ResponseField name="statusId" type="string" required>
  The ID of the deleted status.
</ResponseField>
