Logo
Zoom Public API Documentation

Unassign a calling plan from the common area

DELETE {{baseUrl}}/phone/common_areas/:commonAreaId/calling_plans/:type?billing_account_id=<string>

Use this API to unassign a calling plan from the common area.

Note: For use by customers who opted for Common Area Optimization

Prerequisites: * A Pro or higher account with a Zoom Phone license * An account owner or admin permissions

Scopes: phone:write:admin

Granular Scopes: phone:delete:common_area_calling_plan:admin

Rate Limit Label: Light

 

Body PARAM

Key Datatype Required Description 
billing_account_id
string Billing account ID. If the common area is in India, the parameter is required.



HEADERS

Key Datatype Required Description 




RESPONSES

status





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

ENDPOINTS