Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Response
live_call_router deleted
Delete a specific Live Call Router by id
curl --request DELETE \
--url https://api.rootly.com/v1/live_call_routers/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "677d484d-498b-46a8-9487-53d9f04ee853",
"type": "live_call_routers",
"attributes": {
"kind": "voicemail",
"name": "Eum laudantium similique porro.",
"country_code": "US",
"phone_type": "local",
"phone_number": "+14155551234",
"voicemail_greeting": "Eos quo et aperiam.",
"slug": "eum-laudantium-similique-porro",
"enabled": true,
"created_at": "2025-11-06T13:27:53.928-08:00",
"updated_at": "2025-11-06T13:27:54.044-08:00",
"alert_urgency_id": "835d9109-fceb-4c5a-ad51-5e706f24af1f",
"escalation_policy_trigger": {
"id": "54b6f21b-257c-41ed-a170-66615fda3805",
"type": "service"
}
}
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
live_call_router deleted
Show child attributes
Was this page helpful?
curl --request DELETE \
--url https://api.rootly.com/v1/live_call_routers/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "677d484d-498b-46a8-9487-53d9f04ee853",
"type": "live_call_routers",
"attributes": {
"kind": "voicemail",
"name": "Eum laudantium similique porro.",
"country_code": "US",
"phone_type": "local",
"phone_number": "+14155551234",
"voicemail_greeting": "Eos quo et aperiam.",
"slug": "eum-laudantium-similique-porro",
"enabled": true,
"created_at": "2025-11-06T13:27:53.928-08:00",
"updated_at": "2025-11-06T13:27:54.044-08:00",
"alert_urgency_id": "835d9109-fceb-4c5a-ad51-5e706f24af1f",
"escalation_policy_trigger": {
"id": "54b6f21b-257c-41ed-a170-66615fda3805",
"type": "service"
}
}
}
}