DELETE
/
v1
/
escalation_paths
/
{id}
curl --request DELETE \
  --url https://api.rootly.com/v1/escalation_paths/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "8812a08e-7212-496e-af8b-573a9f81bea4",
    "type": "escalation_paths",
    "attributes": {
      "name": "Impedit eligendi sed quam.",
      "default": false,
      "notification_type": "audible",
      "escalation_policy_id": "2ac94179-1612-49a6-8c03-fef203922801",
      "match_mode": "match-all-rules",
      "position": 1,
      "repeat": false,
      "repeat_count": 1,
      "initial_delay": 0,
      "time_restriction_time_zone": null,
      "time_restrictions": [],
      "created_at": "2025-06-19T02:39:10.857-07:00",
      "updated_at": "2025-06-19T02:39:13.033-07:00",
      "rules": [
        {
          "rule_type": "alert_urgency",
          "urgency_ids": [
            "cbfca17a-ccd2-463f-98a8-6325859cf09c"
          ]
        }
      ]
    },
    "relationships": {
      "escalation_levels": {
        "data": []
      }
    }
  }
}

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 path deleted

The response is of type object.