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": "44266b35-9726-4408-9996-06db929352d6",
"type": "live_call_routers",
"attributes": {
"kind": "voicemail",
"name": "Voluptas dolorem sit maiores.",
"country_code": "US",
"phone_type": "local",
"phone_number": "+14155551234",
"voicemail_greeting": "Quia dolor voluptatem qui.",
"slug": "voluptas-dolorem-sit-maiores",
"enabled": true,
"created_at": "2025-12-01T14:20:32.932-08:00",
"updated_at": "2025-12-01T14:20:33.069-08:00",
"calling_tree_prompt": "Ut accusantium sit et.",
"paging_targets": [
{
"id": "1ca1cc7a-fb9e-4d08-a033-b72b29ce9a48",
"type": "service",
"alert_urgency_id": "cf20801c-a000-4605-ac98-7a0a5b042e5e"
}
]
}
}
}Show child attributes
Was this page helpful?
curl --request DELETE \
--url https://api.rootly.com/v1/live_call_routers/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "44266b35-9726-4408-9996-06db929352d6",
"type": "live_call_routers",
"attributes": {
"kind": "voicemail",
"name": "Voluptas dolorem sit maiores.",
"country_code": "US",
"phone_type": "local",
"phone_number": "+14155551234",
"voicemail_greeting": "Quia dolor voluptatem qui.",
"slug": "voluptas-dolorem-sit-maiores",
"enabled": true,
"created_at": "2025-12-01T14:20:32.932-08:00",
"updated_at": "2025-12-01T14:20:33.069-08:00",
"calling_tree_prompt": "Ut accusantium sit et.",
"paging_targets": [
{
"id": "1ca1cc7a-fb9e-4d08-a033-b72b29ce9a48",
"type": "service",
"alert_urgency_id": "cf20801c-a000-4605-ac98-7a0a5b042e5e"
}
]
}
}
}