deleteBlockedList.Rd
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**Scope:** phone:write:admin ** Rate Limit Label https://marketplace.zoom.us/docs/apireference/ratelimits#ratelimits :** Light
deleteBlockedList(blockedListId, return_response = F)
blockedListId | Unique Identifier of the blocked list. This can be retrieved from the List Blocked List API. |
---|---|
return_response | Whether to return the response instead of the response content. Defaults to FALSE. |