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": "dcf812c2-2bae-4bac-8aab-30cb4aa31674",
    "type": "escalation_paths",
    "attributes": {
      "name": "Quis ea et repellendus.",
      "default": false,
      "notification_type": "audible",
      "escalation_policy_id": "2f9be895-f456-4230-b8d6-f2d5636b9402",
      "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-25T07:04:05.160-07:00",
      "updated_at": "2025-09-25T07:04:06.986-07:00",
      "rules": [
        {
          "rule_type": "alert_urgency",
          "urgency_ids": [
            "bab66a42-2547-4d0c-a619-1a1405bee82e"
          ]
        }
      ]
    },
    "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