Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Response
incident_sub_status deleted
The response is of type object
.
Delete a specific incident_sub_status by id
curl --request DELETE \
--url https://api.rootly.com/v1/incident_sub_statuses/{id} \
--header 'Authorization: Bearer <token>'
{
"data": {
"id": "ed8dbee4-04cb-4512-a401-7523d33e3e7e",
"type": "incident_sub_statuses",
"attributes": {
"sub_status_id": "69a5583d-3884-4baa-903d-2c8d8ea96ba1",
"incident_id": "1f9ac4f6-50c1-44af-8c9b-c76bd523de1a",
"assigned_at": "2025-09-12T22:28:19.856-07:00",
"assigned_by_user_id": 313
},
"relationships": {
"sub_status": {
"data": {
"id": "69a5583d-3884-4baa-903d-2c8d8ea96ba1",
"type": "sub_statuses"
}
},
"assigned_by_user": {
"data": {
"id": "313",
"type": "users"
}
}
}
}
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
incident_sub_status deleted
The response is of type object
.
Was this page helpful?
curl --request DELETE \
--url https://api.rootly.com/v1/incident_sub_statuses/{id} \
--header 'Authorization: Bearer <token>'
{
"data": {
"id": "ed8dbee4-04cb-4512-a401-7523d33e3e7e",
"type": "incident_sub_statuses",
"attributes": {
"sub_status_id": "69a5583d-3884-4baa-903d-2c8d8ea96ba1",
"incident_id": "1f9ac4f6-50c1-44af-8c9b-c76bd523de1a",
"assigned_at": "2025-09-12T22:28:19.856-07:00",
"assigned_by_user_id": 313
},
"relationships": {
"sub_status": {
"data": {
"id": "69a5583d-3884-4baa-903d-2c8d8ea96ba1",
"type": "sub_statuses"
}
},
"assigned_by_user": {
"data": {
"id": "313",
"type": "users"
}
}
}
}
}