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

Request Body

{"carrier_code"=>"<integer>", "phone_numbers"=>["<string>", "<string>"]}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{&quot;unprocessed_numbers&quot;:[{&quot;failure_reason&quot;:&quot;\u003cstring\u003e&quot;,&quot;phone_number&quot;:&quot;\u003cstring\u003e&quot;},{&quot;failure_reason&quot;:&quot;\u003cstring\u003e&quot;,&quot;phone_number&quot;:&quot;\u003cstring\u003e&quot;}]}