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": "c90d31b6-aa94-49e9-b8f4-5b5efbf644b2",
"type": "live_call_routers",
"attributes": {
"kind": "voicemail",
"name": "Quas ut odit tempora.",
"country_code": "US",
"phone_type": "local",
"phone_number": "+14155551234",
"voicemail_greeting": "Adipisci eum amet cumque.",
"slug": "quas-ut-odit-tempora",
"enabled": true,
"created_at": "2025-10-08T19:35:36.070-07:00",
"updated_at": "2025-10-08T19:35:36.179-07:00",
"alert_urgency_id": "507b2093-f907-42d7-b887-290b352cf258",
"escalation_policy_trigger": {
"id": "494685d0-c124-451d-a90a-174f2e55b8e4",
"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": "c90d31b6-aa94-49e9-b8f4-5b5efbf644b2",
"type": "live_call_routers",
"attributes": {
"kind": "voicemail",
"name": "Quas ut odit tempora.",
"country_code": "US",
"phone_type": "local",
"phone_number": "+14155551234",
"voicemail_greeting": "Adipisci eum amet cumque.",
"slug": "quas-ut-odit-tempora",
"enabled": true,
"created_at": "2025-10-08T19:35:36.070-07:00",
"updated_at": "2025-10-08T19:35:36.179-07:00",
"alert_urgency_id": "507b2093-f907-42d7-b887-290b352cf258",
"escalation_policy_trigger": {
"id": "494685d0-c124-451d-a90a-174f2e55b8e4",
"type": "service"
}
}
}
}