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": "5e4857c2-2f8a-4868-b806-e062227edaa0",
    "type": "escalation_paths",
    "attributes": {
      "name": "Dignissimos consectetur asperiores perferendis.",
      "default": false,
      "notification_type": "audible",
      "escalation_policy_id": "54527e31-55a2-451b-bbc6-b75cec0c9697",
      "match_mode": "match-all-rules",
      "position": 1,
      "repeat": false,
      "repeat_count": 1,
      "initial_delay": 0,
      "time_restriction_time_zone": null,
      "time_restrictions": [],
      "created_at": "2026-01-21T13:41:53.605-08:00",
      "updated_at": "2026-01-21T13:41:54.565-08:00",
      "rules": [
        {
          "rule_type": "alert_urgency",
          "urgency_ids": [
            "ad3f1b48-bb79-43f9-8175-197469671b78"
          ]
        }
      ]
    },
    "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