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": "36b2ceda-b68e-459d-8b10-a57a312c3b8a",
    "type": "live_call_routers",
    "attributes": {
      "kind": "voicemail",
      "name": "Cumque nam aut autem.",
      "country_code": "US",
      "phone_type": "local",
      "phone_number": "+14155551234",
      "voicemail_greeting": "Enim accusantium aut facilis.",
      "slug": "cumque-nam-aut-autem",
      "enabled": true,
      "created_at": "2025-12-11T05:27:37.317-08:00",
      "updated_at": "2025-12-11T05:27:37.425-08:00",
      "calling_tree_prompt": "Incidunt commodi porro enim.",
      "paging_targets": [
        {
          "id": "4891e781-704d-45c6-ba0b-1f2552846f3c",
          "type": "service",
          "alert_urgency_id": "4abe5d45-f167-4b42-a2ca-25fa01ee6b3f"
        }
      ]
    }
  }
}

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