DELETE
gmail_threads_delete.py
Requires
https://mail.google.com/. Costs 20 against the provider’s own quota.Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Permanently delete a thread and every message in it. This cannot be undone; threads_trash is the reversible one.
from charter.packs import gmail
result = await gmail.threads_delete.ainvoke({"id": ...})
https://mail.google.com/. Costs 20 against the provider’s own quota.| Field | Type | Description |
|---|---|---|
userId | string | The user’s email address. The special value ‘me’ can be used to indicate the authenticated user. defaults to "me" |
id * | string | ID of the Thread to delete. |
Was this page helpful?