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": "2f010368-0662-4a60-899d-b7e3f139c20a",
"type": "incident_sub_statuses",
"attributes": {
"sub_status_id": "a3e045ea-5ad5-4255-b84b-c84e4aa79624",
"incident_id": "1fa6eb5d-201f-4046-9d93-617f0cd45082",
"assigned_at": "2025-12-03T03:09:04.417-08:00",
"assigned_by_user_id": 348
},
"relationships": {
"sub_status": {
"data": {
"id": "a3e045ea-5ad5-4255-b84b-c84e4aa79624",
"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": "2f010368-0662-4a60-899d-b7e3f139c20a",
"type": "incident_sub_statuses",
"attributes": {
"sub_status_id": "a3e045ea-5ad5-4255-b84b-c84e4aa79624",
"incident_id": "1fa6eb5d-201f-4046-9d93-617f0cd45082",
"assigned_at": "2025-12-03T03:09:04.417-08:00",
"assigned_by_user_id": 348
},
"relationships": {
"sub_status": {
"data": {
"id": "a3e045ea-5ad5-4255-b84b-c84e4aa79624",
"type": "sub_statuses"
}
},
"assigned_by_user": {
"data": {
"id": "348",
"type": "users"
}
}
}
}
}