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": "5ad0af8c-1f47-4c35-8e26-98b78adb2653",
"type": "sub_statuses",
"attributes": {
"name": "dgcwk",
"description": "Nemo ut deleniti omnis.",
"slug": "dgcwk",
"parent_status": "started",
"position": 3,
"deleted_at": "2025-11-13T13:45:50.303-08:00",
"updated_at": "2025-11-13T13:45:50.303-08:00",
"created_at": "2025-11-13T13:45:48.666-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": "5ad0af8c-1f47-4c35-8e26-98b78adb2653",
"type": "sub_statuses",
"attributes": {
"name": "dgcwk",
"description": "Nemo ut deleniti omnis.",
"slug": "dgcwk",
"parent_status": "started",
"position": 3,
"deleted_at": "2025-11-13T13:45:50.303-08:00",
"updated_at": "2025-11-13T13:45:50.303-08:00",
"created_at": "2025-11-13T13:45:48.666-08:00"
}
}
}