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": "25e9744a-40c9-4118-8bff-0850d52df1c7",
    "type": "live_call_routers",
    "attributes": {
      "kind": "voicemail",
      "name": "Distinctio illo eum amet.",
      "country_code": "US",
      "phone_type": "local",
      "phone_number": "+14155551234",
      "voicemail_greeting": "Tempora explicabo ut cumque.",
      "slug": "distinctio-illo-eum-amet",
      "enabled": true,
      "created_at": "2025-11-21T14:32:56.709-08:00",
      "updated_at": "2025-11-21T14:32:56.847-08:00",
      "calling_tree_prompt": "Tempora deleniti est dolorem.",
      "paging_targets": [
        {
          "id": "7c2e4416-a3a5-4587-a1fb-f2b96832657f",
          "type": "service",
          "alert_urgency_id": "abedf77d-7dff-4ddb-a0bd-cc9958a9465b"
        }
      ]
    }
  }
}

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