Logo
Zoom Public API Documentation

Remove peering phone numbers

DELETE {{baseUrl}}/phone/peering/numbers

Use this API to remove phone numbers that were added to Zoom through the Provider Exchange.

Note: Phone peering API and events are for use by partners that have completed the MoU to peer with Zoom. To become a peering provider/ carrier, please submit your request.

Scopes: phone_peering:write:admin, phone_peering:master
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 
Content-Type
string
Accept
string




RESPONSES

status OK

{ "unprocessed_numbers": [ { "failure_reason": "Number not exist.", "phone_number": "+15556660100" }, { "failure_reason": "Number not exist.", "phone_number": "+15556660100" } ] }



Curl
curl -X DELETE 'https://api.zoom.us/v2/phone/peering/numbers' -H 'Content-Type: application/json' -H 'Accept: application/json' -d '{"carrier_code":8901,"phone_numbers":["8615306207777","8615306207777"]}'

ENDPOINTS