DELETE
gdrive_comments_delete.py
Requires
https://www.googleapis.com/auth/drive. Costs 1 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.
Delete a comment.
from charter.packs import gdrive
result = await gdrive.comments_delete.ainvoke({"fileId": ..., "commentId": ...})
https://www.googleapis.com/auth/drive. Costs 1 against the provider’s own quota.| Field | Type | Description |
|---|---|---|
fileId * | string | The ID of the file. |
commentId * | string | The ID of the comment. |
Was this page helpful?