Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Response
escalation policy deleted
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": "94a1fe69-a37a-4ce4-9472-d1c352784d5c",
"type": "escalation_policies",
"attributes": {
"name": "Assumenda odio occaecati et.",
"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 AM",
"end_time": "05:00 PM"
},
"created_at": "2025-11-14T13:12:35.804-08:00",
"updated_at": "2025-11-14T13:12:40.764-08:00"
},
"relationships": {
"escalation_levels": {
"data": [
{
"id": "8dfe621b-b628-44d6-8734-87a7181fa544",
"type": "escalation_levels"
}
]
},
"escalation_paths": {
"data": []
},
"groups": {
"data": []
},
"services": {
"data": []
}
}
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
escalation policy deleted
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": "94a1fe69-a37a-4ce4-9472-d1c352784d5c",
"type": "escalation_policies",
"attributes": {
"name": "Assumenda odio occaecati et.",
"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 AM",
"end_time": "05:00 PM"
},
"created_at": "2025-11-14T13:12:35.804-08:00",
"updated_at": "2025-11-14T13:12:40.764-08:00"
},
"relationships": {
"escalation_levels": {
"data": [
{
"id": "8dfe621b-b628-44d6-8734-87a7181fa544",
"type": "escalation_levels"
}
]
},
"escalation_paths": {
"data": []
},
"groups": {
"data": []
},
"services": {
"data": []
}
}
}
}