Skip to main content
DELETE
/
v1
/
incident_sub_statuses
/
{id}
Delete an incident_sub_status
curl --request DELETE \
  --url https://api.rootly.com/v1/incident_sub_statuses/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "1de30000-dfb2-43ad-8841-59600aebbe9c",
    "type": "incident_sub_statuses",
    "attributes": {
      "sub_status_id": "924af520-1342-48f7-8df2-886469c8628b",
      "incident_id": "a0bfa777-e896-441a-858f-75b663369951",
      "assigned_at": "2026-01-15T01:18:31.142-08:00",
      "assigned_by_user_id": 609
    },
    "relationships": {
      "sub_status": {
        "data": {
          "id": "924af520-1342-48f7-8df2-886469c8628b",
          "type": "sub_statuses"
        }
      },
      "assigned_by_user": {
        "data": {
          "id": "609",
          "type": "users"
        }
      }
    }
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Response

incident_sub_status deleted

data
object
required