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": "5d0d803a-8516-43a8-9cc7-55088a3ae33d",
    "type": "live_call_routers",
    "attributes": {
      "kind": "voicemail",
      "name": "Sit ducimus omnis consequatur.",
      "country_code": "US",
      "phone_type": "local",
      "phone_number": "14155551234",
      "voicemail_greeting": "Neque quia quis animi.",
      "slug": "sit-ducimus-omnis-consequatur",
      "enabled": true,
      "created_at": "2025-06-19T02:42:30.435-07:00",
      "updated_at": "2025-06-19T02:42:30.652-07:00",
      "alert_urgency_id": "82be1dc2-d8e0-4602-84b9-d41325e862b7",
      "escalation_policy_trigger": {
        "id": "999068e5-4d42-4e9a-b239-ecec66302fa0",
        "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

The response is of type object.