DELETE
/
v1
/
escalation_levels
/
{id}
Delete an escalation level
curl --request DELETE \
  --url https://api.rootly.com/v1/escalation_levels/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "ead61928-8e86-4039-9bc3-6393521af333",
    "type": "escalation_levels",
    "attributes": {
      "escalation_policy_path_id": null,
      "position": 1,
      "delay": 5,
      "escalation_policy_id": "545af03a-dfa4-4d5b-9377-9a5f0d783da3",
      "paging_strategy_configuration_strategy": null,
      "paging_strategy_configuration_schedule_strategy": null,
      "created_at": "2025-08-21T23:42:30.125-07:00",
      "updated_at": "2025-08-21T23:42:33.367-07:00",
      "notification_target_params": [
        {
          "id": "117",
          "type": "user",
          "team_members": "all"
        }
      ]
    }
  }
}

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Response

200
application/vnd.api+json

escalation level deleted

The response is of type object.