trash_thread {gmailr} | R Documentation |
Function to trash a given thread by id. This can be undone by untrash_thread
.
trash_thread(id, user_id = "me")
id |
thread id to access |
user_id |
gmail user_id to access, special value of 'me' indicates the authenticated user. |
https://developers.google.com/gmail/api/v1/reference/users/threads/trash
Other thread: delete_thread
,
modify_thread
, threads
,
thread
, untrash_thread
## Not run: trash_thread(12345) ## End(Not run)