Logo
Zoom Public API Documentation

Unassign a phone number

DELETE {{baseUrl}}/phone/call_queues/:callQueueId/phone_numbers/:phoneNumberId

After assigning a phone number, you can unbind it if you don't want it to be assigned to a Call Queue. Use this API to unbind a phone number from a Call Queue. After successful unbinding, the number will appear in the Unassigned tab.

Prerequisites: * Pro or higher account palan * Account owner or admin permissions * Zoom Phone license Scopes: phone:write:admin

Rate Limit Label: Light

 

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/call_queues/:callQueueId/phone_numbers/:phoneNumberId' -H 'Accept: application/json'

ENDPOINTS