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": "817ba763-3e8e-4e1c-9e50-91ab53a44bc5",
    "type": "live_call_routers",
    "attributes": {
      "kind": "voicemail",
      "name": "Est adipisci explicabo reiciendis.",
      "country_code": "US",
      "phone_type": "local",
      "phone_number": "+14155551234",
      "voicemail_greeting": "Fugit aliquam consequatur sit.",
      "slug": "est-adipisci-explicabo-reiciendis",
      "enabled": true,
      "created_at": "2026-02-03T12:52:33.683-08:00",
      "updated_at": "2026-02-03T12:52:33.755-08:00",
      "calling_tree_prompt": "Quia magnam et dolor.",
      "paging_targets": [
        {
          "id": "db4756dd-451d-4786-b894-3d75fd9b840c",
          "type": "service",
          "alert_urgency_id": "8902915c-494e-4c5b-9e5d-7ca92b359db4"
        }
      ]
    }
  }
}

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