Method: comments.delete
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2024-10-30 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2024-10-30 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"]]