powered by
Function to delete a given draft by id. This cannot be undone!
gm_delete_draft(id, user_id = "me")
message id to access
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()
gm_drafts()
gm_draft()
gm_send_draft()
if (FALSE) { delete_draft('12345') }
Run the code above in your browser using DataLab