Logo
Zoom Public API Documentation

Delete an account's inbound block rule

DELETE {{baseUrl}}/phone/inbound_blocked/rules?blocked_rule_id=<string>

Deletes the account level blocked rule for inbound calls and messaging.

Prerequisites: * Pro or a higher account with Zoom Phone license * Account owner or admin permissions

Scopes: phone:write:admin

Granular Scopes: phone:delete:inbound_block_rule:admin

Rate Limit Label: LIGHT

 

Body PARAM

Key Datatype Required Description 
blocked_rule_id
string (Required) The unique identifier of the blocked rule.



HEADERS

Key Datatype Required Description 




RESPONSES

status





Curl
curl -X DELETE 'https://api.zoom.us/v2/phone/inbound_blocked/rules?blocked_rule_id=<string>?blocked_rule_id=<string>'

ENDPOINTS