Logo
Zoom Public API Documentation

Delete a live webinar message

DELETE {{baseUrl}}/live_webinars/:webinarId/chat/messages/:messageId?file_ids=<string>

Deletes a message in a live webinar based on ID.

Prerequisites: * Have Zoom enable the DLP for the in-meeting chat feature to use this API.

Scopes: webinar:write,webinar:write:admin

Rate Limit Label: MEDIUM

 

Body PARAM

Key Datatype Required Description 
file_ids
string The live webinar chat file's universally unique identifier (UUID), in base64-encoded format. Separate multiple values with commas.



HEADERS

Key Datatype Required Description 




RESPONSES

status





Curl
curl -X DELETE 'https://api.zoom.us/v2/live_webinars/:webinarId/chat/messages/:messageId?file_ids=<string>?file_ids=<string>'

ENDPOINTS