Skip to main content
DELETE
/
v1
/
live_call_routers
/
{id}
Delete a Live Call Router
curl --request DELETE \
  --url https://api.rootly.com/v1/live_call_routers/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "fa62e846-e468-457f-babd-e2c69a2dd8b7",
    "type": "live_call_routers",
    "attributes": {
      "kind": "voicemail",
      "name": "Laborum architecto inventore velit.",
      "country_code": "US",
      "phone_type": "local",
      "phone_number": "+14155551234",
      "voicemail_greeting": "Accusantium rerum impedit ullam.",
      "slug": "laborum-architecto-inventore-velit",
      "enabled": true,
      "created_at": "2025-12-09T20:34:25.247-08:00",
      "updated_at": "2025-12-09T20:34:25.335-08:00",
      "calling_tree_prompt": "Laboriosam magni alias consequatur.",
      "paging_targets": [
        {
          "id": "78b909fc-9621-40d7-993f-3acbb9eb589b",
          "type": "service",
          "alert_urgency_id": "9be61537-122a-43ba-9509-a23621811cc0"
        }
      ]
    }
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Response

live_call_router deleted

data
object
required