Logo
Zoom Public API Documentation

Remove a calling plan from a Zoom Room

DELETE {{baseUrl}}/phone/rooms/:roomId/calling_plans/:type?billing_account_id=<string>

Use this API to unassign a calling plan from a Zoom Room.

Prerequisites: * A Business or Enterprise account * A Zoom Phone license

Scopes: phone:write:admin

Granular Scopes: phone:delete:room_calling_plan:admin

Rate Limit Label: Light

 

Body PARAM

Key Datatype Required Description 
billing_account_id
string The billing account ID. If the zoom room is located in India, the parameter is required.



HEADERS

Key Datatype Required Description 




RESPONSES

status





Curl
curl -X DELETE 'https://api.zoom.us/v2/phone/rooms/:roomId/calling_plans/:type?billing_account_id=<string>?billing_account_id=<string>'

ENDPOINTS