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": "17130064-729e-4534-9882-74b8b1a5401f",
    "type": "live_call_routers",
    "attributes": {
      "kind": "voicemail",
      "name": "Aut sed alias eum.",
      "country_code": "US",
      "phone_type": "local",
      "phone_number": "+14155551234",
      "voicemail_greeting": "Laudantium sed quam occaecati.",
      "slug": "aut-sed-alias-eum",
      "enabled": true,
      "created_at": "2026-02-07T16:49:39.686-08:00",
      "updated_at": "2026-02-07T16:49:39.749-08:00",
      "calling_tree_prompt": "Ad ullam et mollitia.",
      "paging_targets": [
        {
          "id": "5ac5749e-bfc2-4f7e-947f-03b77dec35ef",
          "type": "service",
          "alert_urgency_id": "e355e8fa-059e-49e1-bdd2-f29298d17464"
        }
      ]
    }
  }
}

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