Logo
Zoom Public API Documentation

Delete a blocked list

DELETE {{baseUrl}}/phone/blocked_list/:accountBlockedId

A Zoom account owner or a user with admin privilege can block phone numbers for phone users in an account. Blocked numbers can be inbound (numbers will be blocked from calling in) and outbound (phone users in your account won't be able to dial those numbers).

Use this API to delete a blocked list and therefore removing the associated number from the blocked list. The number will be unblocked after the deletion.

Prerequisites: * Pro or higher account plan with Zoom phone license

Scopes: phone:write:admin

Granular Scopes: phone:delete:blocked_list:admin

Rate Limit Label: Light

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 




RESPONSES

status





Curl
curl -X DELETE 'https://api.zoom.us/v2/phone/blocked_list/:accountBlockedId'

ENDPOINTS