Logo
Zoom Public API Documentation

Delete a CQ policy setting

DELETE {{baseUrl}}/phone/call_queues/:callQueueId/policies/:policyType?shared_ids=<string>&shared_ids=<string>

Use this API to remove the policy sub-setting for a specific call queue according to the policyType. For example, you can use this API to remove shared access members.

Prerequisites: * Pro or higher account with Zoom Phone license. * Account owner or admin privileges

Scopes: phone:write:admin

Granular Scopes: phone:delete:call_queue_policy:admin

Rate Limit Label: Light

 

Body PARAM

Key Datatype Required Description 
shared_ids
string (Required) Comma separated list of shared IDs to remove. The number is limited to the minimum value of 10 or the number of allowed access members account setting.
shared_ids
string (Required) Comma separated list of shared IDs to remove. The number is limited to the minimum value of 10 or the number of allowed access members account setting.



HEADERS

Key Datatype Required Description 




RESPONSES

status





Curl
curl -X DELETE 'https://api.zoom.us/v2/phone/call_queues/:callQueueId/policies/:policyType?shared_ids=<string>&shared_ids=<string>?shared_ids=<string>&shared_ids=<string>'

ENDPOINTS