[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-09-17 UTC."],[[["Deletes a specific comment from a file using the comment and file IDs."],["Requires an empty request body and returns an empty response body upon successful deletion."],["Needs authorization with specific scopes, such as `https://www.googleapis.com/auth/drive`, `https://www.googleapis.com/auth/drive.file`, or `https://www.googleapis.com/auth/docs`."],["Utilizes an HTTP DELETE request to `https://www.googleapis.com/drive/v2/files/{fileId}/comments/{commentId}` with the file and comment IDs as path parameters."]]],["This document outlines the process for deleting a comment using an HTTP DELETE request. The request URL is structured with `fileId` and `commentId` as path parameters. The request body must be empty. A successful deletion results in an empty response body. Authorization requires one of three specified OAuth scopes, some of which are restricted. The full request path is `https://www.googleapis.com/drive/v2/files/{fileId}/comments/{commentId}`.\n"]]