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": "d317c68b-d17d-4ef0-ba57-7acc17068aba",
    "type": "live_call_routers",
    "attributes": {
      "kind": "voicemail",
      "name": "Fugiat saepe ipsa eaque.",
      "country_code": "US",
      "phone_type": "local",
      "phone_number": "+14155551234",
      "voicemail_greeting": "Et aut ipsum excepturi.",
      "slug": "fugiat-saepe-ipsa-eaque",
      "enabled": true,
      "created_at": "2025-12-04T14:57:52.047-08:00",
      "updated_at": "2025-12-04T14:57:52.143-08:00",
      "calling_tree_prompt": "Modi ipsam dolor iusto.",
      "paging_targets": [
        {
          "id": "77a7cdc0-5610-4333-a710-b67a01244f85",
          "type": "service",
          "alert_urgency_id": "89269beb-ee4e-481f-be41-1d9ab8f0f5f5"
        }
      ]
    }
  }
}

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