Delete Comment
drive_delete_commentDelete a specific comment from a Google Doc using its file and comment IDs. This action permanently removes the comment.
Instructions
Delete a comment from a Google Doc.
Args:
file_id (string): The ID of the Google Doc
comment_id (string): The ID of the comment to delete
Returns: { "deleted": true, "comment_id": string }
Note: This action cannot be undone.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_id | Yes | The ID of the Google Doc containing the comment | |
| comment_id | Yes | The ID of the comment to delete |