Last data update: 2014.03.03

R: Permanently delete a single thread.
delete_threadR Documentation

Permanently delete a single thread.

Description

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

Usage

delete_thread(id, user_id = "me")

Arguments

id

thread id to access

user_id

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

References

https://developers.google.com/gmail/api/v1/reference/users/threads/delete

See Also

Other thread: modify_thread, threads, thread, trash_thread, untrash_thread

Examples

## Not run: 
delete_thread(12345)

## End(Not run)

Results