Logo
Zoom Public API Documentation

Delete an existing email thread

DELETE {{baseUrl}}/emails/mailboxes/:email/threads/:threadId

Immediately and permanently deletes the specified thread. Any messages that belong to the thread are also deleted. This operation cannot be undone.

Scopes: mail:write

Rate Limit Label: MEDIUM

Not supported in Gov cluster

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 




RESPONSES

status





Curl
curl -X DELETE 'https://api.zoom.us/v2/emails/mailboxes/:email/threads/:threadId'

ENDPOINTS