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": "735d9f4c-e390-43e0-aaff-7d5aa16defef",
"type": "escalation_paths",
"attributes": {
"name": "Autem earum voluptatem et.",
"default": false,
"notification_type": "audible",
"escalation_policy_id": "6d09a3ed-a306-49cb-b253-7cc0a27a1890",
"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-23T22:56:04.440-08:00",
"updated_at": "2026-01-23T22:56:05.218-08:00",
"rules": [
{
"rule_type": "alert_urgency",
"urgency_ids": [
"7025cba3-adf5-4914-a5bf-715a06f3514e"
]
}
]
},
"relationships": {
"escalation_levels": {
"data": []
}
}
}
}Was this page helpful?
curl --request DELETE \
--url https://api.rootly.com/v1/escalation_paths/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "735d9f4c-e390-43e0-aaff-7d5aa16defef",
"type": "escalation_paths",
"attributes": {
"name": "Autem earum voluptatem et.",
"default": false,
"notification_type": "audible",
"escalation_policy_id": "6d09a3ed-a306-49cb-b253-7cc0a27a1890",
"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-23T22:56:04.440-08:00",
"updated_at": "2026-01-23T22:56:05.218-08:00",
"rules": [
{
"rule_type": "alert_urgency",
"urgency_ids": [
"7025cba3-adf5-4914-a5bf-715a06f3514e"
]
}
]
},
"relationships": {
"escalation_levels": {
"data": []
}
}
}
}