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": "de8d8f1c-0701-43de-8596-1852ad9fe7ec",
"type": "escalation_policies",
"attributes": {
"name": "Praesentium et at ad.",
"description": null,
"repeat_count": 1,
"created_by_user_id": 283,
"last_updated_by_user_id": 284,
"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-04T14:52:37.465-08:00",
"updated_at": "2026-02-04T14:52:42.240-08:00"
},
"relationships": {
"escalation_levels": {
"data": [
{
"id": "e510e752-f8c0-431c-b1f1-e91d827b353c",
"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": "de8d8f1c-0701-43de-8596-1852ad9fe7ec",
"type": "escalation_policies",
"attributes": {
"name": "Praesentium et at ad.",
"description": null,
"repeat_count": 1,
"created_by_user_id": 283,
"last_updated_by_user_id": 284,
"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-04T14:52:37.465-08:00",
"updated_at": "2026-02-04T14:52:42.240-08:00"
},
"relationships": {
"escalation_levels": {
"data": [
{
"id": "e510e752-f8c0-431c-b1f1-e91d827b353c",
"type": "escalation_levels"
}
]
},
"escalation_paths": {
"data": []
},
"groups": {
"data": []
},
"services": {
"data": []
}
}
}
}