Logo
Zoom Public API Documentation

emails-mailboxes-{email}-threads-{threadId}

Number of APIs: 2


1. 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



2. Get the specified email thread

GET {{baseUrl}}/emails/mailboxes/:email/threads/:threadId?format=full&metadataHeaders=<string>&maxResults=<string>&pageToken=<string>

Retrieves the specified thread.

Scopes: mail:read

Rate Limit Label: LIGHT

Not supported in Gov cluster



ENDPOINTS