Logo
Zoom Public API Documentation

Remove all monitors or monitored members from a monitoring group

DELETE {{baseUrl}}/phone/monitoring_groups/:monitoringGroupId/monitor_members?member_type=monitor

Use this API to remove all monitor or monitored members from a Monitoring Group.

Scopes: phone:write:admin
Rate Limit Label: Light

Prerequisites: * A Business or Enterprise account * A Zoom Phone license

 

Body PARAM

Key Datatype Required Description 
member_type
string (Required) Member type



HEADERS

Key Datatype Required Description 
Accept
string




RESPONSES

status





Curl
curl -X DELETE 'https://api.zoom.us/v2/phone/monitoring_groups/:monitoringGroupId/monitor_members?member_type=monitor?member_type=monitor' -H 'Accept: application/json'

ENDPOINTS