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": "696042c0-ee52-44ef-9263-341f1a6c7491",
    "type": "live_call_routers",
    "attributes": {
      "kind": "voicemail",
      "name": "Tempora modi consequuntur cum.",
      "country_code": "US",
      "phone_type": "local",
      "phone_number": "14155551234",
      "voicemail_greeting": "Corporis eius quis rerum.",
      "slug": "tempora-modi-consequuntur-cum",
      "enabled": true,
      "created_at": "2025-05-29T17:46:36.339-07:00",
      "updated_at": "2025-05-29T17:46:36.516-07:00",
      "alert_urgency_id": "55d1964b-04ca-49ba-ba72-eae74cd03020",
      "escalation_policy_trigger": {
        "id": "00449f6d-7c0b-429b-b269-1cfc4bbcc2d6",
        "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.