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

| Key | Datatype | Required | Description | | Content-Type | string | | | | Accept | string | | |

RESPONSES

status: OK

{"unprocessed_numbers":[{"failure_reason":"\u003cstring\u003e","phone_number":"\u003cstring\u003e"},{"failure_reason":"\u003cstring\u003e","phone_number":"\u003cstring\u003e"}]}