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": "3eaf6df0-84b9-411e-bcfc-029afcbd0b33",
"type": "escalation_policies",
"attributes": {
"name": "Beatae magni maxime eius.",
"description": null,
"repeat_count": 1,
"created_by_user_id": 132,
"last_updated_by_user_id": 133,
"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": "2025-12-02T06:12:58.349-08:00",
"updated_at": "2025-12-02T06:13:03.568-08:00"
},
"relationships": {
"escalation_levels": {
"data": [
{
"id": "8e99d14a-f12b-422d-905b-4e43131e8d06",
"type": "escalation_levels"
}
]
},
"escalation_paths": {
"data": []
},
"groups": {
"data": []
},
"services": {
"data": []
}
}
}
}Show child attributes
Was this page helpful?
curl --request DELETE \
--url https://api.rootly.com/v1/escalation_policies/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "3eaf6df0-84b9-411e-bcfc-029afcbd0b33",
"type": "escalation_policies",
"attributes": {
"name": "Beatae magni maxime eius.",
"description": null,
"repeat_count": 1,
"created_by_user_id": 132,
"last_updated_by_user_id": 133,
"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": "2025-12-02T06:12:58.349-08:00",
"updated_at": "2025-12-02T06:13:03.568-08:00"
},
"relationships": {
"escalation_levels": {
"data": [
{
"id": "8e99d14a-f12b-422d-905b-4e43131e8d06",
"type": "escalation_levels"
}
]
},
"escalation_paths": {
"data": []
},
"groups": {
"data": []
},
"services": {
"data": []
}
}
}
}