Logo
Zoom Public API Documentation

Remove a panelist

DELETE {{baseUrl}}/webinars/:webinarId/panelists/:panelistId

Remove a single panelist from a webinar.
Retrieve the panelistId by calling List Panelists API.

Prerequisites:

Scopes: webinar:write,webinar:write:admin

Rate Limit Label: LIGHT

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 




RESPONSES

status





Curl
curl -X DELETE 'https://api.zoom.us/v2/webinars/:webinarId/panelists/:panelistId'

ENDPOINTS