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": "4a4a6019-9f44-49a0-9a21-f0946150fd1a",
"type": "sub_statuses",
"attributes": {
"name": "7lrc9",
"description": "Velit aperiam corporis aut.",
"slug": "7lrc9",
"parent_status": "started",
"position": 3,
"deleted_at": "2025-09-15T14:37:26.499-07:00",
"updated_at": "2025-09-15T14:37:26.499-07:00",
"created_at": "2025-09-15T14:37:23.833-07: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": "4a4a6019-9f44-49a0-9a21-f0946150fd1a",
"type": "sub_statuses",
"attributes": {
"name": "7lrc9",
"description": "Velit aperiam corporis aut.",
"slug": "7lrc9",
"parent_status": "started",
"position": 3,
"deleted_at": "2025-09-15T14:37:26.499-07:00",
"updated_at": "2025-09-15T14:37:26.499-07:00",
"created_at": "2025-09-15T14:37:23.833-07:00"
}
}
}