Move the specified thread to TRASH folder
POST {{baseUrl}}/emails/mailboxes/:email/threads/:threadId/trash
Moves the specified thread to the trash. Any messages that belong to the thread are also moved to the trash.
Scopes:
mail:write
Rate Limit Label
:
MEDIUM
Not supported in Gov cluster
HEADERS
| Key | Datatype | Required | Description |
| Accept
| string | | |
RESPONSES
status: OK
{"id":"\u003cstring\u003e","messages":[{"id":"\u003cstring\u003e","threadId":"\u003cstring\u003e","labelIds":["\u003cstring\u003e","\u003cstring\u003e"]},{"id":"\u003cstring\u003e","threadId":"\u003cstring\u003e","labelIds":["\u003cstring\u003e","\u003cstring\u003e"]}]}