Logo
Zoom Public API Documentation

Unassign user's calling plan

DELETE {{baseUrl}}/phone/users/:userId/calling_plans/:planType?billing_account_id=<string>

Unassigns a a Zoom Phone user's calling plan. For user-level apps, pass the me value instead of the userId parameter.

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

Scopes: phone:write,phone:write:admin

Granular Scopes: phone:delete:users_calling_plan,phone:delete:users_calling_plan:admin

Rate Limit Label: Light

 

Body PARAM

Key Datatype Required Description 
billing_account_id
string The billing account ID. If the user 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/users/:userId/calling_plans/:planType?billing_account_id=<string>?billing_account_id=<string>'

ENDPOINTS