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": "7e871b78-19fc-4e0d-b736-2986b5a7945e",
    "type": "incident_sub_statuses",
    "attributes": {
      "sub_status_id": "e2b6ab01-16a1-4055-9d36-bee7fbd4e9ba",
      "incident_id": "ee332a41-2404-473b-971a-142ba68caac6",
      "assigned_at": "2026-02-06T20:49:17.585-08:00",
      "assigned_by_user_id": 667
    },
    "relationships": {
      "sub_status": {
        "data": {
          "id": "e2b6ab01-16a1-4055-9d36-bee7fbd4e9ba",
          "type": "sub_statuses"
        }
      },
      "assigned_by_user": {
        "data": {
          "id": "667",
          "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