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: Rate Limit Label: Not supported in Gov cluster mail:write
MEDIUM
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: Rate Limit Label: Not supported in Gov cluster mail:read
LIGHT
ENDPOINTS