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": "efa95f41-edd8-4022-ae7b-4e0536906759",
"type": "live_call_routers",
"attributes": {
"kind": "voicemail",
"name": "Aut non cumque tenetur.",
"country_code": "US",
"phone_type": "local",
"phone_number": "+14155551234",
"voicemail_greeting": "Veniam et quisquam culpa.",
"slug": "aut-non-cumque-tenetur",
"enabled": true,
"created_at": "2025-12-22T14:56:08.930-08:00",
"updated_at": "2025-12-22T14:56:09.012-08:00",
"calling_tree_prompt": "Eum odio alias ex.",
"paging_targets": [
{
"id": "53f0d769-1856-44a6-a8eb-2ac6ee03f85d",
"type": "service",
"alert_urgency_id": "366fad7e-bc0f-4a71-85d8-57636cce7568"
}
]
}
}
}Was this page helpful?
curl --request DELETE \
--url https://api.rootly.com/v1/live_call_routers/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "efa95f41-edd8-4022-ae7b-4e0536906759",
"type": "live_call_routers",
"attributes": {
"kind": "voicemail",
"name": "Aut non cumque tenetur.",
"country_code": "US",
"phone_type": "local",
"phone_number": "+14155551234",
"voicemail_greeting": "Veniam et quisquam culpa.",
"slug": "aut-non-cumque-tenetur",
"enabled": true,
"created_at": "2025-12-22T14:56:08.930-08:00",
"updated_at": "2025-12-22T14:56:09.012-08:00",
"calling_tree_prompt": "Eum odio alias ex.",
"paging_targets": [
{
"id": "53f0d769-1856-44a6-a8eb-2ac6ee03f85d",
"type": "service",
"alert_urgency_id": "366fad7e-bc0f-4a71-85d8-57636cce7568"
}
]
}
}
}