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": "bbc605cb-acee-4644-b3f2-e22c0ca6dd38",
"type": "sub_statuses",
"attributes": {
"name": "hv9f4",
"description": "Quam blanditiis corrupti iusto.",
"slug": "hv9f4",
"parent_status": "started",
"position": 3,
"deleted_at": "2026-01-13T12:33:45.781-08:00",
"updated_at": "2026-01-13T12:33:45.781-08:00",
"created_at": "2026-01-13T12:33:44.203-08:00"
}
}
}Was this page helpful?
curl --request DELETE \
--url https://api.rootly.com/v1/sub_statuses/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "bbc605cb-acee-4644-b3f2-e22c0ca6dd38",
"type": "sub_statuses",
"attributes": {
"name": "hv9f4",
"description": "Quam blanditiis corrupti iusto.",
"slug": "hv9f4",
"parent_status": "started",
"position": 3,
"deleted_at": "2026-01-13T12:33:45.781-08:00",
"updated_at": "2026-01-13T12:33:45.781-08:00",
"created_at": "2026-01-13T12:33:44.203-08:00"
}
}
}