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": "926849d0-0885-41e1-9af3-8ebfd265c5c8",
    "type": "live_call_routers",
    "attributes": {
      "kind": "voicemail",
      "name": "Minima recusandae illum dolor.",
      "country_code": "US",
      "phone_type": "local",
      "phone_number": "+14155551234",
      "voicemail_greeting": "Dolor quasi autem ea.",
      "slug": "minima-recusandae-illum-dolor",
      "enabled": true,
      "created_at": "2025-12-02T22:30:50.340-08:00",
      "updated_at": "2025-12-02T22:30:50.432-08:00",
      "calling_tree_prompt": "Exercitationem nesciunt illo maxime.",
      "paging_targets": [
        {
          "id": "ac7f814c-853c-4f85-9b81-ae05ea7cc4dc",
          "type": "service",
          "alert_urgency_id": "976a9ec2-8008-44b4-a59b-2677de0ae12f"
        }
      ]
    }
  }
}

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