drive_comments_delete
Permanently remove a comment from a Drive file. Only the author's delete request succeeds; supply fileId and commentId.
Instructions
Permanently delete a comment. Only the comment's own author can delete it — the API rejects the request otherwise.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fileId | Yes | The file the comment belongs to | |
| commentId | Yes | The comment to delete |