Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Response
live_call_router deleted
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": "ad8d822e-1ebd-402c-93ec-93ef097d8ac3",
"type": "live_call_routers",
"attributes": {
"kind": "voicemail",
"name": "Quo qui soluta dolorum.",
"country_code": "US",
"phone_type": "local",
"phone_number": "+14155551234",
"voicemail_greeting": "Vitae occaecati possimus similique.",
"slug": "quo-qui-soluta-dolorum",
"enabled": true,
"created_at": "2025-11-18T19:06:03.453-08:00",
"updated_at": "2025-11-18T19:06:03.562-08:00",
"calling_tree_prompt": "Eum ea consequuntur error.",
"paging_targets": [
{
"id": "6b32e0a2-0476-49f5-98e6-04bf6d1c5da5",
"type": "service",
"alert_urgency_id": "9efc5d86-2e80-4496-8ce3-c133de0dd1bf"
}
]
}
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
live_call_router deleted
Show child attributes
Was this page helpful?
curl --request DELETE \
--url https://api.rootly.com/v1/live_call_routers/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "ad8d822e-1ebd-402c-93ec-93ef097d8ac3",
"type": "live_call_routers",
"attributes": {
"kind": "voicemail",
"name": "Quo qui soluta dolorum.",
"country_code": "US",
"phone_type": "local",
"phone_number": "+14155551234",
"voicemail_greeting": "Vitae occaecati possimus similique.",
"slug": "quo-qui-soluta-dolorum",
"enabled": true,
"created_at": "2025-11-18T19:06:03.453-08:00",
"updated_at": "2025-11-18T19:06:03.562-08:00",
"calling_tree_prompt": "Eum ea consequuntur error.",
"paging_targets": [
{
"id": "6b32e0a2-0476-49f5-98e6-04bf6d1c5da5",
"type": "service",
"alert_urgency_id": "9efc5d86-2e80-4496-8ce3-c133de0dd1bf"
}
]
}
}
}