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": "778fef76-cdc5-4ea9-8c7b-59cea9d4c3aa",
"type": "sub_statuses",
"attributes": {
"name": "v9933",
"description": "Minima distinctio temporibus similique.",
"slug": "v9933",
"parent_status": "started",
"position": 3,
"deleted_at": "2026-01-16T12:44:42.778-08:00",
"updated_at": "2026-01-16T12:44:42.778-08:00",
"created_at": "2026-01-16T12:44:41.474-08:00"
}
}
}Was this page helpful?
curl --request DELETE \
--url https://api.rootly.com/v1/sub_statuses/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "778fef76-cdc5-4ea9-8c7b-59cea9d4c3aa",
"type": "sub_statuses",
"attributes": {
"name": "v9933",
"description": "Minima distinctio temporibus similique.",
"slug": "v9933",
"parent_status": "started",
"position": 3,
"deleted_at": "2026-01-16T12:44:42.778-08:00",
"updated_at": "2026-01-16T12:44:42.778-08:00",
"created_at": "2026-01-16T12:44:41.474-08:00"
}
}
}