Logo
Zoom Public API Documentation

Delete phone numbers for an account's customized outbound caller ID

DELETE {{baseUrl}}/phone/outbound_caller_id/customized_numbers?customize_ids=<string>&customize_ids=<string>

Deletes the account-level customized outbound caller ID phone numbers. Note that when multiple sites policy is enabled, users cannot manage the account-level configuration. The system will throw an exception.

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

Scopes: phone:write:admin

Granular Scopes: phone:delete:customized_number:admin

Rate Limit Label: Light

 

Body PARAM

Key Datatype Required Description 
customize_ids
string The customization IDs.
customize_ids
string The customization IDs.



HEADERS

Key Datatype Required Description 




RESPONSES

status





Curl
curl -X DELETE 'https://api.zoom.us/v2/phone/outbound_caller_id/customized_numbers?customize_ids=<string>&customize_ids=<string>?customize_ids=<string>&customize_ids=<string>'

ENDPOINTS