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": "dbe2c2ab-125a-4913-805e-055c78bec1ba",
    "type": "live_call_routers",
    "attributes": {
      "kind": "voicemail",
      "name": "Quaerat sit nemo illo.",
      "country_code": "US",
      "phone_type": "local",
      "phone_number": "+14155551234",
      "voicemail_greeting": "Ex dolorem dolorem sapiente.",
      "slug": "quaerat-sit-nemo-illo",
      "enabled": true,
      "created_at": "2025-11-28T18:12:03.640-08:00",
      "updated_at": "2025-11-28T18:12:03.734-08:00",
      "calling_tree_prompt": "Maxime est omnis vitae.",
      "paging_targets": [
        {
          "id": "c0fe747a-146d-41c0-a9bb-7dde9d2594bf",
          "type": "service",
          "alert_urgency_id": "29c32b24-85db-4fa3-8793-09f4ac7f68d6"
        }
      ]
    }
  }
}

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