Skip to main content
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": "1508ac7b-ddfd-421b-bfae-eac761dc0a25",
    "type": "escalation_paths",
    "attributes": {
      "name": "Eum possimus tenetur aperiam.",
      "default": false,
      "notification_type": "audible",
      "escalation_policy_id": "bdfb19fe-b46d-43a5-a527-df9ef1206eca",
      "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-11-25T08:53:07.446-08:00",
      "updated_at": "2025-11-25T08:53:09.799-08:00",
      "rules": [
        {
          "rule_type": "alert_urgency",
          "urgency_ids": [
            "3f005b33-93c2-4f61-96c3-d288f3cd4dc3"
          ]
        }
      ]
    },
    "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

escalation path deleted

data
object
required