DELETE
/
v1
/
escalation_paths
/
{id}
curl --request DELETE \
  --url https://api.rootly.com/v1/escalation_paths/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "be36ecee-2fc5-4510-adad-504a8b1774c4",
    "type": "escalation_paths",
    "attributes": {
      "name": "Ea quidem enim quas.",
      "default": false,
      "notification_type": "audible",
      "escalation_policy_id": "ba2f5ce0-9a82-4fbd-a72f-b11b99664ca6",
      "match_mode": "match-all-rules",
      "position": 1,
      "repeat": false,
      "repeat_count": 1,
      "initial_delay": 0,
      "created_at": "2025-04-18T09:46:23.769-07:00",
      "updated_at": "2025-04-18T09:46:26.494-07:00",
      "rules": [
        {
          "rule_type": "alert_urgency",
          "urgency_ids": [
            "fa2b3ada-4b12-4967-bb28-d1e218d77f75"
          ]
        }
      ]
    },
    "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
data
object
required