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": "3d2b5897-a2e1-497f-b7bd-aa491b135ba7",
"type": "live_call_routers",
"attributes": {
"kind": "voicemail",
"name": "Provident minus doloribus quae.",
"country_code": "US",
"phone_type": "local",
"phone_number": "+14155551234",
"voicemail_greeting": "Ratione vero sed pariatur.",
"slug": "provident-minus-doloribus-quae",
"enabled": true,
"created_at": "2026-01-08T18:06:16.060-08:00",
"updated_at": "2026-01-08T18:06:16.238-08:00",
"calling_tree_prompt": "Facilis omnis et autem.",
"paging_targets": [
{
"id": "3fd0965e-0263-498e-b351-52064d1ff2be",
"type": "service",
"alert_urgency_id": "01b7bd61-089d-4625-b764-9947e477b1ae"
}
]
}
}
}Was this page helpful?
curl --request DELETE \
--url https://api.rootly.com/v1/live_call_routers/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "3d2b5897-a2e1-497f-b7bd-aa491b135ba7",
"type": "live_call_routers",
"attributes": {
"kind": "voicemail",
"name": "Provident minus doloribus quae.",
"country_code": "US",
"phone_type": "local",
"phone_number": "+14155551234",
"voicemail_greeting": "Ratione vero sed pariatur.",
"slug": "provident-minus-doloribus-quae",
"enabled": true,
"created_at": "2026-01-08T18:06:16.060-08:00",
"updated_at": "2026-01-08T18:06:16.238-08:00",
"calling_tree_prompt": "Facilis omnis et autem.",
"paging_targets": [
{
"id": "3fd0965e-0263-498e-b351-52064d1ff2be",
"type": "service",
"alert_urgency_id": "01b7bd61-089d-4625-b764-9947e477b1ae"
}
]
}
}
}