DELETE
/
v1
/
sub_statuses
/
{id}
Delete a Sub-Status
curl --request DELETE \
  --url https://api.rootly.com/v1/sub_statuses/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "2fc28b44-2eac-4801-8368-5cbbe6552460",
    "type": "sub_statuses",
    "attributes": {
      "name": "09nw7",
      "description": "Eligendi doloribus amet quia.",
      "slug": "09nw7",
      "parent_status": "started",
      "position": 3,
      "deleted_at": "2025-09-08T13:29:52.123-07:00",
      "updated_at": "2025-09-08T13:29:52.123-07:00",
      "created_at": "2025-09-08T13:29:50.048-07:00"
    }
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
required

Resource UUID

Response

200
application/vnd.api+json

sub_status deleted

The response is of type object.