gm_delete_draft | R Documentation |
Function to delete a given draft by id. This cannot be undone!
gm_delete_draft(id, user_id = "me")
id |
message 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.drafts/delete
Other draft:
gm_drafts()
,
gm_draft()
,
gm_send_draft()
## Not run:
delete_draft("12345")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.