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": "f5e927fe-9c01-4cee-a2df-6bdf122d7c38",
"type": "incident_sub_statuses",
"attributes": {
"sub_status_id": "982febc1-43a7-4b59-9e14-8c3436221078",
"incident_id": "925c9a43-0fe0-4c03-9df8-38a5f268cbf4",
"assigned_at": "2025-11-21T14:32:12.873-08:00",
"assigned_by_user_id": 348
},
"relationships": {
"sub_status": {
"data": {
"id": "982febc1-43a7-4b59-9e14-8c3436221078",
"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": "f5e927fe-9c01-4cee-a2df-6bdf122d7c38",
"type": "incident_sub_statuses",
"attributes": {
"sub_status_id": "982febc1-43a7-4b59-9e14-8c3436221078",
"incident_id": "925c9a43-0fe0-4c03-9df8-38a5f268cbf4",
"assigned_at": "2025-11-21T14:32:12.873-08:00",
"assigned_by_user_id": 348
},
"relationships": {
"sub_status": {
"data": {
"id": "982febc1-43a7-4b59-9e14-8c3436221078",
"type": "sub_statuses"
}
},
"assigned_by_user": {
"data": {
"id": "348",
"type": "users"
}
}
}
}
}