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": "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"
}
}
}
}
}Was this page helpful?
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"
}
}
}
}
}