gm_delete_thread | R Documentation |
Function to delete a given thread by id. This cannot be undone!
gm_delete_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/reference/rest/v1/users.threads/delete
Other thread:
gm_modify_thread()
,
gm_threads()
,
gm_thread()
,
gm_trash_thread()
,
gm_untrash_thread()
## Not run:
gm_delete_thread(12345)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.