Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Response
incident_sub_status deleted
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": "9aaea463-17d2-44b9-aa99-3f4f975944a9",
"type": "incident_sub_statuses",
"attributes": {
"sub_status_id": "b356e538-79f5-4431-b44e-fc311d3eed1b",
"incident_id": "03673c8c-d66d-49ed-9db6-15861706c337",
"assigned_at": "2025-11-17T20:24:05.100-08:00",
"assigned_by_user_id": 348
},
"relationships": {
"sub_status": {
"data": {
"id": "b356e538-79f5-4431-b44e-fc311d3eed1b",
"type": "sub_statuses"
}
},
"assigned_by_user": {
"data": {
"id": "348",
"type": "users"
}
}
}
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
incident_sub_status deleted
Show child attributes
Was this page helpful?
curl --request DELETE \
--url https://api.rootly.com/v1/incident_sub_statuses/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "9aaea463-17d2-44b9-aa99-3f4f975944a9",
"type": "incident_sub_statuses",
"attributes": {
"sub_status_id": "b356e538-79f5-4431-b44e-fc311d3eed1b",
"incident_id": "03673c8c-d66d-49ed-9db6-15861706c337",
"assigned_at": "2025-11-17T20:24:05.100-08:00",
"assigned_by_user_id": 348
},
"relationships": {
"sub_status": {
"data": {
"id": "b356e538-79f5-4431-b44e-fc311d3eed1b",
"type": "sub_statuses"
}
},
"assigned_by_user": {
"data": {
"id": "348",
"type": "users"
}
}
}
}
}