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": "4b8a7e07-2ce9-42ab-9256-2cb02b2c716e",
"type": "live_call_routers",
"attributes": {
"kind": "voicemail",
"name": "Omnis ab debitis perferendis.",
"country_code": "US",
"phone_type": "local",
"phone_number": "+14155551234",
"voicemail_greeting": "Aliquam et autem sapiente.",
"slug": "omnis-ab-debitis-perferendis",
"enabled": true,
"created_at": "2025-12-24T09:27:19.660-08:00",
"updated_at": "2025-12-24T09:27:19.763-08:00",
"calling_tree_prompt": "Perferendis rerum odio voluptas.",
"paging_targets": [
{
"id": "9db6046d-4726-44cf-88a8-95429d8473b9",
"type": "service",
"alert_urgency_id": "bf84c1aa-076d-4ce4-a906-adf131474896"
}
]
}
}
}Was this page helpful?
curl --request DELETE \
--url https://api.rootly.com/v1/live_call_routers/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "4b8a7e07-2ce9-42ab-9256-2cb02b2c716e",
"type": "live_call_routers",
"attributes": {
"kind": "voicemail",
"name": "Omnis ab debitis perferendis.",
"country_code": "US",
"phone_type": "local",
"phone_number": "+14155551234",
"voicemail_greeting": "Aliquam et autem sapiente.",
"slug": "omnis-ab-debitis-perferendis",
"enabled": true,
"created_at": "2025-12-24T09:27:19.660-08:00",
"updated_at": "2025-12-24T09:27:19.763-08:00",
"calling_tree_prompt": "Perferendis rerum odio voluptas.",
"paging_targets": [
{
"id": "9db6046d-4726-44cf-88a8-95429d8473b9",
"type": "service",
"alert_urgency_id": "bf84c1aa-076d-4ce4-a906-adf131474896"
}
]
}
}
}