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": "8ea69e3c-8be8-487e-8b9a-ec42c79e8123",
"type": "live_call_routers",
"attributes": {
"kind": "voicemail",
"name": "Excepturi eum cum explicabo.",
"country_code": "US",
"phone_type": "local",
"phone_number": "+14155551234",
"voicemail_greeting": "Iusto earum reprehenderit pariatur.",
"slug": "excepturi-eum-cum-explicabo",
"enabled": true,
"created_at": "2025-12-19T18:17:23.934-08:00",
"updated_at": "2025-12-19T18:17:23.996-08:00",
"calling_tree_prompt": "Quo est odit eum.",
"paging_targets": [
{
"id": "37db1068-da5a-4d23-b132-c8934a6b2e51",
"type": "service",
"alert_urgency_id": "da6fa581-8d65-414b-b65f-cf3a38ea434e"
}
]
}
}
}Was this page helpful?
curl --request DELETE \
--url https://api.rootly.com/v1/live_call_routers/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "8ea69e3c-8be8-487e-8b9a-ec42c79e8123",
"type": "live_call_routers",
"attributes": {
"kind": "voicemail",
"name": "Excepturi eum cum explicabo.",
"country_code": "US",
"phone_type": "local",
"phone_number": "+14155551234",
"voicemail_greeting": "Iusto earum reprehenderit pariatur.",
"slug": "excepturi-eum-cum-explicabo",
"enabled": true,
"created_at": "2025-12-19T18:17:23.934-08:00",
"updated_at": "2025-12-19T18:17:23.996-08:00",
"calling_tree_prompt": "Quo est odit eum.",
"paging_targets": [
{
"id": "37db1068-da5a-4d23-b132-c8934a6b2e51",
"type": "service",
"alert_urgency_id": "da6fa581-8d65-414b-b65f-cf3a38ea434e"
}
]
}
}
}