Skip to content

Function to delete a given draft by id. This cannot be undone!

Usage

gm_delete_draft(id, user_id = "me")

Arguments

id

message id to access

user_id

gmail user_id to access, special value of 'me' indicates the authenticated user.

See also

Other draft: gm_drafts(), gm_draft(), gm_send_draft()

Examples

if (FALSE) {
delete_draft("12345")
}