Logo
Zoom Public API Documentation

Unassign user's calling plan

DELETE {{baseUrl}}/phone/users/:userId/calling_plans/:type

Use this API to unassign a a Zoom Phone user's calling plan. For user-level apps, pass the me value instead of the userId parameter.

Scopes: phone:write, phone:write:admin Rate Limit Label: Light

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

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Accept
string




RESPONSES

status





Curl
curl -X DELETE 'https://api.zoom.us/v2/phone/users/:userId/calling_plans/:type' -H 'Accept: application/json'

ENDPOINTS