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": "ad8d822e-1ebd-402c-93ec-93ef097d8ac3",
    "type": "live_call_routers",
    "attributes": {
      "kind": "voicemail",
      "name": "Quo qui soluta dolorum.",
      "country_code": "US",
      "phone_type": "local",
      "phone_number": "+14155551234",
      "voicemail_greeting": "Vitae occaecati possimus similique.",
      "slug": "quo-qui-soluta-dolorum",
      "enabled": true,
      "created_at": "2025-11-18T19:06:03.453-08:00",
      "updated_at": "2025-11-18T19:06:03.562-08:00",
      "calling_tree_prompt": "Eum ea consequuntur error.",
      "paging_targets": [
        {
          "id": "6b32e0a2-0476-49f5-98e6-04bf6d1c5da5",
          "type": "service",
          "alert_urgency_id": "9efc5d86-2e80-4496-8ce3-c133de0dd1bf"
        }
      ]
    }
  }
}

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