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": "cab8660e-a9ec-40f5-87a6-6b5fbaa945e5",
"type": "sub_statuses",
"attributes": {
"name": "gg6u2",
"description": "Eos enim deleniti laudantium.",
"slug": "gg6u2",
"parent_status": "started",
"position": 3,
"deleted_at": "2025-12-21T12:11:18.750-08:00",
"updated_at": "2025-12-21T12:11:18.750-08:00",
"created_at": "2025-12-21T12:11:16.827-08:00"
}
}
}Was this page helpful?
curl --request DELETE \
--url https://api.rootly.com/v1/sub_statuses/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "cab8660e-a9ec-40f5-87a6-6b5fbaa945e5",
"type": "sub_statuses",
"attributes": {
"name": "gg6u2",
"description": "Eos enim deleniti laudantium.",
"slug": "gg6u2",
"parent_status": "started",
"position": 3,
"deleted_at": "2025-12-21T12:11:18.750-08:00",
"updated_at": "2025-12-21T12:11:18.750-08:00",
"created_at": "2025-12-21T12:11:16.827-08:00"
}
}
}