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": "<string>",
"type": "sub_statuses",
"attributes": {
"name": "<string>",
"parent_status": "in_triage",
"created_at": "<string>",
"updated_at": "<string>",
"slug": "<string>",
"description": "<string>",
"position": 123
}
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Resource UUID
sub_status deleted
Show child attributes
Unique ID of the sub_status
sub_statuses Show child attributes
in_triage, started, resolved, closed, cancelled, planning, scheduled, in_progress, verifying, completed Was this page helpful?
curl --request DELETE \
--url https://api.rootly.com/v1/sub_statuses/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "<string>",
"type": "sub_statuses",
"attributes": {
"name": "<string>",
"parent_status": "in_triage",
"created_at": "<string>",
"updated_at": "<string>",
"slug": "<string>",
"description": "<string>",
"position": 123
}
}
}