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: Granular Scopes: Rate Limit Label: phone:write:admin
,phone_peering:write:admin
phone:delete:peering_number:admin
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>"
}
]
} |
ENDPOINTS