Delete a specific escalation policy by id
curl --request DELETE \
--url https://api.rootly.com/v1/escalation_policies/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "597fde61-1f7f-4435-a8ff-45c9716097ff",
"type": "escalation_policies",
"attributes": {
"name": "Aliquid repellendus vitae voluptas.",
"description": null,
"repeat_count": 1,
"created_by_user_id": 307,
"last_updated_by_user_id": 308,
"group_ids": [],
"service_ids": [],
"business_hours": {
"time_zone": null,
"days": [
"F",
"M",
"T",
"R",
"W"
],
"start_time": "09:00",
"end_time": "17:00"
},
"created_at": "2026-02-11T19:14:18.751-08:00",
"updated_at": "2026-02-11T19:14:22.423-08:00"
},
"relationships": {
"escalation_levels": {
"data": [
{
"id": "2febdd46-93fa-4b97-9871-146e9b8237ca",
"type": "escalation_levels"
}
]
},
"escalation_paths": {
"data": []
},
"groups": {
"data": []
},
"services": {
"data": []
}
}
}
}Was this page helpful?
curl --request DELETE \
--url https://api.rootly.com/v1/escalation_policies/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "597fde61-1f7f-4435-a8ff-45c9716097ff",
"type": "escalation_policies",
"attributes": {
"name": "Aliquid repellendus vitae voluptas.",
"description": null,
"repeat_count": 1,
"created_by_user_id": 307,
"last_updated_by_user_id": 308,
"group_ids": [],
"service_ids": [],
"business_hours": {
"time_zone": null,
"days": [
"F",
"M",
"T",
"R",
"W"
],
"start_time": "09:00",
"end_time": "17:00"
},
"created_at": "2026-02-11T19:14:18.751-08:00",
"updated_at": "2026-02-11T19:14:22.423-08:00"
},
"relationships": {
"escalation_levels": {
"data": [
{
"id": "2febdd46-93fa-4b97-9871-146e9b8237ca",
"type": "escalation_levels"
}
]
},
"escalation_paths": {
"data": []
},
"groups": {
"data": []
},
"services": {
"data": []
}
}
}
}