DELETE
/
v1
/
escalation_paths
/
{id}
Delete an escalation path
curl --request DELETE \
  --url https://api.rootly.com/v1/escalation_paths/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "630d5cf6-b855-4a99-bb1f-22b1a1153782",
    "type": "escalation_paths",
    "attributes": {
      "name": "Omnis asperiores deleniti voluptatem.",
      "default": false,
      "notification_type": "audible",
      "escalation_policy_id": "9b54e83c-edf3-4091-934f-04bbb30716f4",
      "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-09-04T12:37:56.896-07:00",
      "updated_at": "2025-09-04T12:37:58.395-07:00",
      "rules": [
        {
          "rule_type": "alert_urgency",
          "urgency_ids": [
            "b71d7a3d-abee-4e92-9bf7-f516599eb462"
          ]
        }
      ]
    },
    "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.