Delete a specific Live Call Router by id
curl --request DELETE \
--url https://api.rootly.com/v1/live_call_routers/{id} \
--header 'Authorization: Bearer <token>'
{
"data": {
"id": "1f246564-236e-4f34-b39f-40da0fa667d6",
"type": "live_call_routers",
"attributes": {
"kind": "voicemail",
"name": "Omnis dicta aperiam ipsam.",
"country_code": "US",
"phone_type": "local",
"phone_number": "+14155551234",
"voicemail_greeting": "Blanditiis qui nemo aut.",
"slug": "omnis-dicta-aperiam-ipsam",
"enabled": true,
"created_at": "2025-08-26T21:28:14.117-07:00",
"updated_at": "2025-08-26T21:28:14.231-07:00",
"alert_urgency_id": "2b9b5798-b18a-4a43-8f98-ae3b80e03406",
"escalation_policy_trigger": {
"id": "c264f75a-50b2-4e94-a5a5-b39bf92ecf74",
"type": "service"
}
}
}
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
live_call_router deleted
The response is of type object
.
Was this page helpful?
curl --request DELETE \
--url https://api.rootly.com/v1/live_call_routers/{id} \
--header 'Authorization: Bearer <token>'
{
"data": {
"id": "1f246564-236e-4f34-b39f-40da0fa667d6",
"type": "live_call_routers",
"attributes": {
"kind": "voicemail",
"name": "Omnis dicta aperiam ipsam.",
"country_code": "US",
"phone_type": "local",
"phone_number": "+14155551234",
"voicemail_greeting": "Blanditiis qui nemo aut.",
"slug": "omnis-dicta-aperiam-ipsam",
"enabled": true,
"created_at": "2025-08-26T21:28:14.117-07:00",
"updated_at": "2025-08-26T21:28:14.231-07:00",
"alert_urgency_id": "2b9b5798-b18a-4a43-8f98-ae3b80e03406",
"escalation_policy_trigger": {
"id": "c264f75a-50b2-4e94-a5a5-b39bf92ecf74",
"type": "service"
}
}
}
}