DELETE
gdrive_replies_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 reply.
from charter.packs import gdrive
result = await gdrive.replies_delete.ainvoke({"fileId": ..., "commentId": ..., "replyId": ...})
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. |
replyId * | string | The ID of the reply. |
Was this page helpful?