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": "7bc6b38e-6be0-49e3-af80-0aa44497c5e1",
"type": "live_call_routers",
"attributes": {
"kind": "voicemail",
"name": "Id voluptas autem dolor.",
"country_code": "US",
"phone_type": "local",
"phone_number": "+14155551234",
"voicemail_greeting": "In omnis culpa eligendi.",
"slug": "id-voluptas-autem-dolor",
"enabled": true,
"created_at": "2025-09-18T00:28:23.772-07:00",
"updated_at": "2025-09-18T00:28:23.948-07:00",
"alert_urgency_id": "3b10a446-8832-4d50-ad19-ee9c2cbcf961",
"escalation_policy_trigger": {
"id": "da446d03-6989-4608-9092-04ba54fb29c2",
"type": "service"
}
}
}
}
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": "7bc6b38e-6be0-49e3-af80-0aa44497c5e1",
"type": "live_call_routers",
"attributes": {
"kind": "voicemail",
"name": "Id voluptas autem dolor.",
"country_code": "US",
"phone_type": "local",
"phone_number": "+14155551234",
"voicemail_greeting": "In omnis culpa eligendi.",
"slug": "id-voluptas-autem-dolor",
"enabled": true,
"created_at": "2025-09-18T00:28:23.772-07:00",
"updated_at": "2025-09-18T00:28:23.948-07:00",
"alert_urgency_id": "3b10a446-8832-4d50-ad19-ee9c2cbcf961",
"escalation_policy_trigger": {
"id": "da446d03-6989-4608-9092-04ba54fb29c2",
"type": "service"
}
}
}
}