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": "2e9a723f-29e2-4db8-8822-aaea0ae2d6c7",
"type": "sub_statuses",
"attributes": {
"name": "6181n",
"description": "Iste sapiente dolorum iure.",
"slug": "6181n",
"parent_status": "started",
"position": 3,
"deleted_at": "2025-11-06T13:30:24.081-08:00",
"updated_at": "2025-11-06T13:30:24.081-08:00",
"created_at": "2025-11-06T13:30:21.992-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": "2e9a723f-29e2-4db8-8822-aaea0ae2d6c7",
"type": "sub_statuses",
"attributes": {
"name": "6181n",
"description": "Iste sapiente dolorum iure.",
"slug": "6181n",
"parent_status": "started",
"position": 3,
"deleted_at": "2025-11-06T13:30:24.081-08:00",
"updated_at": "2025-11-06T13:30:24.081-08:00",
"created_at": "2025-11-06T13:30:21.992-08:00"
}
}
}