When it fires
A pipeline status is permanently deleted from the workspace — either through the Inboxapp UI or via the Delete status API endpoint.Payload
string
required
The ID of the deleted status.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
{
"id": "ck9v2m5nj0xp4wq7ybftrae8",
"seq": 189,
"teamId": "hzcai5t59nn9vsck3rbuepyg",
"type": "status.deleted",
"timestamp": "2025-01-15T17:00:00.000Z",
"version": "1.0",
"data": {
"statusId": "n5xr8yk0wr6q3cwohgeufqmz"
}
}
Occurs when a pipeline status is deleted
{
"id": "ck9v2m5nj0xp4wq7ybftrae8",
"seq": 189,
"teamId": "hzcai5t59nn9vsck3rbuepyg",
"type": "status.deleted",
"timestamp": "2025-01-15T17:00:00.000Z",
"version": "1.0",
"data": {
"statusId": "n5xr8yk0wr6q3cwohgeufqmz"
}
}
{
"id": "ck9v2m5nj0xp4wq7ybftrae8",
"seq": 189,
"teamId": "hzcai5t59nn9vsck3rbuepyg",
"type": "status.deleted",
"timestamp": "2025-01-15T17:00:00.000Z",
"version": "1.0",
"data": {
"statusId": "n5xr8yk0wr6q3cwohgeufqmz"
}
}
context.statusId set to null. If your integration relies on status data, handle this gracefully.Was this page helpful?