Exclui uma operação de longa duração. Este método indica que o cliente não está mais interessado no resultado da operação. Ele não cancela a operação. Se o servidor não for compatível com esse método, ele retornará google.rpc.Code.UNIMPLEMENTED.
[[["Fácil de entender","easyToUnderstand","thumb-up"],["Meu problema foi resolvido","solvedMyProblem","thumb-up"],["Outro","otherUp","thumb-up"]],[["Difícil de entender","hardToUnderstand","thumb-down"],["Informações incorretas ou exemplo de código","incorrectInformationOrSampleCode","thumb-down"],["Não contém as informações/amostras de que eu preciso","missingTheInformationSamplesINeed","thumb-down"],["Problema na tradução","translationIssue","thumb-down"],["Outro","otherDown","thumb-down"]],["Última atualização 2025-03-04 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 method for this operation is `DELETE`, and the specific URL follows gRPC Transcoding syntax, requiring a resource name in the path."],["The request requires one parameter in the path: `name`, which represents the operation resource's name that you want to delete."],["The request body for deleting an operation must be empty, and a successful deletion will result in an empty response body."],["This operation requires the `https://www.googleapis.com/auth/cloud-platform` OAuth scope for authorization."]]],[]]