Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns google.rpc.Code.UNIMPLEMENTED.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-07-09 UTC."],[[["This endpoint deletes a long-running operation, signaling that the client is no longer interested in the result, without canceling the operation itself."],["The HTTP request uses the `DELETE` method with a URL structure following gRPC Transcoding syntax: `DELETE https://datastore.googleapis.com/v1/{name=projects/*/operations/*}`."],["The operation is specified via a path parameter called `name`, which is a string representing the operation resource's name."],["The request body must be empty, and a successful response will also return an empty body."],["Authorization for this operation requires one of two OAuth scopes: `https://www.googleapis.com/auth/datastore` or `https://www.googleapis.com/auth/cloud-platform`."]]],[]]