Logo
Zoom Public API Documentation

Delete an account's inbound blocked statistics

DELETE {{baseUrl}}/phone/inbound_blocked/extension_rules/statistics?blocked_statistic_id=<string>

Deletes the statistic of extensions blocked rule for inbound calls and messaging. (e.g. Call Queue, Auto Receptionist, Shared Line Group, Common Area, Zoom Room and User)

Prerequisites: * Pro or higher account plan with Zoom phone license * Account owner or admin permissions

Scopes: phone:write:admin

Granular Scopes: phone:delete:extension_inbound_block_rule_stat:admin

Rate Limit Label: LIGHT

 

Body PARAM

Key Datatype Required Description 
blocked_statistic_id
string (Required) The unique identifier of the blocked statistic.



HEADERS

Key Datatype Required Description 




RESPONSES

status





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

ENDPOINTS