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": "035a640c-4dc5-437e-9cde-2022c59c2151",
"type": "live_call_routers",
"attributes": {
"kind": "voicemail",
"name": "Voluptas omnis optio eos.",
"country_code": "US",
"phone_type": "local",
"phone_number": "+14155551234",
"voicemail_greeting": "Doloribus inventore qui assumenda.",
"slug": "voluptas-omnis-optio-eos",
"enabled": true,
"created_at": "2026-02-22T23:51:16.962-08:00",
"updated_at": "2026-02-22T23:51:17.053-08:00",
"calling_tree_prompt": "Omnis quia fugit laudantium.",
"paging_targets": [
{
"id": "6e13f840-5882-405a-a9b7-8fb7eabe46cc",
"type": "service",
"alert_urgency_id": "fcf981e4-42ca-41ee-a3df-611db420e728"
}
]
}
}
}Was this page helpful?
curl --request DELETE \
--url https://api.rootly.com/v1/live_call_routers/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "035a640c-4dc5-437e-9cde-2022c59c2151",
"type": "live_call_routers",
"attributes": {
"kind": "voicemail",
"name": "Voluptas omnis optio eos.",
"country_code": "US",
"phone_type": "local",
"phone_number": "+14155551234",
"voicemail_greeting": "Doloribus inventore qui assumenda.",
"slug": "voluptas-omnis-optio-eos",
"enabled": true,
"created_at": "2026-02-22T23:51:16.962-08:00",
"updated_at": "2026-02-22T23:51:17.053-08:00",
"calling_tree_prompt": "Omnis quia fugit laudantium.",
"paging_targets": [
{
"id": "6e13f840-5882-405a-a9b7-8fb7eabe46cc",
"type": "service",
"alert_urgency_id": "fcf981e4-42ca-41ee-a3df-611db420e728"
}
]
}
}
}