Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Response
escalation path deleted
Delete a specific escalation path by id
curl --request DELETE \
--url https://api.rootly.com/v1/escalation_paths/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "fa042bff-00e9-4100-ac68-6e23d25d622e",
"type": "escalation_paths",
"attributes": {
"name": "Quia ut deserunt modi.",
"default": false,
"notification_type": "audible",
"escalation_policy_id": "1ffced01-3559-4bf2-beb4-400f9a210883",
"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-27T00:07:28.869-08:00",
"updated_at": "2025-11-27T00:07:30.287-08:00",
"rules": [
{
"rule_type": "alert_urgency",
"urgency_ids": [
"fc795446-7ea7-453f-abda-613f6e419f22"
]
}
]
},
"relationships": {
"escalation_levels": {
"data": []
}
}
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
escalation path deleted
Show child attributes
Was this page helpful?
curl --request DELETE \
--url https://api.rootly.com/v1/escalation_paths/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "fa042bff-00e9-4100-ac68-6e23d25d622e",
"type": "escalation_paths",
"attributes": {
"name": "Quia ut deserunt modi.",
"default": false,
"notification_type": "audible",
"escalation_policy_id": "1ffced01-3559-4bf2-beb4-400f9a210883",
"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-27T00:07:28.869-08:00",
"updated_at": "2025-11-27T00:07:30.287-08:00",
"rules": [
{
"rule_type": "alert_urgency",
"urgency_ids": [
"fc795446-7ea7-453f-abda-613f6e419f22"
]
}
]
},
"relationships": {
"escalation_levels": {
"data": []
}
}
}
}