Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Resource UUID
Response
sub_status deleted
Delete a specific Sub-Status by id
curl --request DELETE \
--url https://api.rootly.com/v1/sub_statuses/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "c4edbf60-a2b1-40f0-839b-89af219678cc",
"type": "sub_statuses",
"attributes": {
"name": "p1it8",
"description": "Qui laborum aspernatur aut.",
"slug": "p1it8",
"parent_status": "started",
"position": 3,
"deleted_at": "2025-11-03T11:59:01.760-08:00",
"updated_at": "2025-11-03T11:59:01.760-08:00",
"created_at": "2025-11-03T11:59:00.110-08:00"
}
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Resource UUID
sub_status deleted
Show child attributes
Was this page helpful?
curl --request DELETE \
--url https://api.rootly.com/v1/sub_statuses/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "c4edbf60-a2b1-40f0-839b-89af219678cc",
"type": "sub_statuses",
"attributes": {
"name": "p1it8",
"description": "Qui laborum aspernatur aut.",
"slug": "p1it8",
"parent_status": "started",
"position": 3,
"deleted_at": "2025-11-03T11:59:01.760-08:00",
"updated_at": "2025-11-03T11:59:01.760-08:00",
"created_at": "2025-11-03T11:59:00.110-08:00"
}
}
}