Logo
Zoom Public API Documentation

Delete an extension's inbound block rule

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

Deletes the given extension's blocked rule for inbound calls and messaging.

Use this API to delete inbound blocked rule for the given Call Queue, Auto Receptionist, Shared Line Group, Common Area, Zoom Room or User.

Prerequisites: * Pro or a higher account with Zoom Phone license

Scopes: phone:write:admin,phone:write

Granular Scopes: phone:delete:extension_inbound_block_rule:admin,phone:delete:extension_inbound_block_rule

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/extension/:extensionId/inbound_blocked/rules?blocked_rule_id=<string>?blocked_rule_id=<string>'

ENDPOINTS