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": "9e35bc24-5e02-4dde-9830-510bdc55fcb5",
"type": "sub_statuses",
"attributes": {
"name": "wefzl",
"description": "Ut facere in labore.",
"slug": "wefzl",
"parent_status": "started",
"position": 3,
"deleted_at": "2025-11-18T15:41:30.715-08:00",
"updated_at": "2025-11-18T15:41:30.715-08:00",
"created_at": "2025-11-18T15:41:29.385-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": "9e35bc24-5e02-4dde-9830-510bdc55fcb5",
"type": "sub_statuses",
"attributes": {
"name": "wefzl",
"description": "Ut facere in labore.",
"slug": "wefzl",
"parent_status": "started",
"position": 3,
"deleted_at": "2025-11-18T15:41:30.715-08:00",
"updated_at": "2025-11-18T15:41:30.715-08:00",
"created_at": "2025-11-18T15:41:29.385-08:00"
}
}
}