Remove https://support.zoom.us/hc/enus/articles/115005657826InvitingPaneliststoaWebinar#h_de31f237a91c4fb2912becfba8ec5ffb a single panelist from a webinar. You can retrieve the panelistId by calling **List Panelists API**.**Scopes:** webinar:write:admin webinar:write ** Rate Limit Label https://marketplace.zoom.us/docs/apireference/ratelimits#ratelimits :** Light**Prerequisites:*** Pro or a higher plan with Webinar Addon https://zoom.us/webinar .

removePanelist(webinarId, panelistId, return_response = F)

Arguments

webinarId

The webinar ID in "**long**" format represented as int64 data type in JSON .

panelistId

The panelist ID or panelist email.

return_response

Whether to return the response instead of the response content. Defaults to FALSE.