DELETE
/
v1
/
live_call_routers
/
{id}
curl --request DELETE \
  --url https://api.rootly.com/v1/live_call_routers/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "a2a34d8a-e3c1-47e6-86a1-66a85bf734df",
    "type": "live_call_routers",
    "attributes": {
      "kind": "voicemail",
      "name": "Et aperiam laborum velit.",
      "country_code": "US",
      "phone_type": "local",
      "phone_number": "14155551234",
      "voicemail_greeting": "Est minus aut deleniti.",
      "slug": "et-aperiam-laborum-velit",
      "enabled": true,
      "created_at": "2025-03-20T17:52:47.768-07:00",
      "updated_at": "2025-03-20T17:52:47.937-07:00",
      "alert_urgency_id": "a4249691-80a7-4822-bbc1-494812fac5f4",
      "escalation_policy_trigger": {
        "id": "ca1dc749-e5b4-41e2-b2be-6705bac7e310",
        "type": "service"
      }
    }
  }
}

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

200
application/vnd.api+json
live_call_router deleted
data
object
required

Was this page helpful?