Logo
Zoom Public API Documentation

Remove a calling plan from a Zoom Room

DELETE {{baseUrl}}/phone/rooms/:roomId/calling_plans/:type

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

Scopes: 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/rooms/:roomId/calling_plans/:type' -H 'Accept: application/json'

ENDPOINTS