drive_replies_delete
Permanently remove a reply from a Drive file comment when you are the reply's author. Specify file, comment, and reply IDs to delete it.
Instructions
Permanently delete a reply. Only the reply'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 | |
| replyId | Yes | The reply to delete | |
| commentId | Yes | The parent comment |