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": "8e4c97ea-1726-4504-b05b-4273d542a911",
"type": "live_call_routers",
"attributes": {
"kind": "voicemail",
"name": "Qui maxime reiciendis dolor.",
"country_code": "US",
"phone_type": "local",
"phone_number": "+14155551234",
"voicemail_greeting": "Dolores iste facilis et.",
"slug": "qui-maxime-reiciendis-dolor",
"enabled": true,
"created_at": "2026-02-13T18:08:59.581-08:00",
"updated_at": "2026-02-13T18:08:59.639-08:00",
"calling_tree_prompt": "Cumque quia nulla voluptatum.",
"paging_targets": [
{
"id": "cadeb161-033f-45f4-ac28-a04901fa192f",
"type": "service",
"alert_urgency_id": "98d32c08-b477-416b-ac09-136cce643abf"
}
]
}
}
}Was this page helpful?
curl --request DELETE \
--url https://api.rootly.com/v1/live_call_routers/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "8e4c97ea-1726-4504-b05b-4273d542a911",
"type": "live_call_routers",
"attributes": {
"kind": "voicemail",
"name": "Qui maxime reiciendis dolor.",
"country_code": "US",
"phone_type": "local",
"phone_number": "+14155551234",
"voicemail_greeting": "Dolores iste facilis et.",
"slug": "qui-maxime-reiciendis-dolor",
"enabled": true,
"created_at": "2026-02-13T18:08:59.581-08:00",
"updated_at": "2026-02-13T18:08:59.639-08:00",
"calling_tree_prompt": "Cumque quia nulla voluptatum.",
"paging_targets": [
{
"id": "cadeb161-033f-45f4-ac28-a04901fa192f",
"type": "service",
"alert_urgency_id": "98d32c08-b477-416b-ac09-136cce643abf"
}
]
}
}
}