Logo
Zoom Public API Documentation

Remove peering phone numbers

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

Removes phone numbers added to Zoom through the Provider Exchange.

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

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

Scopes: phone:write:admin,phone_peering:write:admin

Granular Scopes: phone:delete:peering_number:admin

Rate Limit Label: Light

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string
Accept
string




RESPONSES

status OK

{ "unprocessed_numbers": [ { "failure_reason": "<string>", "phone_number": "<string>" }, { "failure_reason": "<string>", "phone_number": "<string>" } ] }



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

ENDPOINTS