Logo
Zoom Public API Documentation

Batch delete the specified emails

POST {{baseUrl}}/emails/mailboxes/:email/messages/batchDelete

Delete multiple messages specified in request body.

Scopes: mail:write

Rate Limit Label: MEDIUM

Not supported in Gov cluster

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string




RESPONSES

status





Curl
curl -X POST 'https://api.zoom.us/v2/emails/mailboxes/:email/messages/batchDelete' -H 'Content-Type: application/json' -d '{"ids":["\u003cstring\u003e","\u003cstring\u003e"]}'

ENDPOINTS