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 2024-06-26 UTC."],[[["This page documents the process for deleting a long-running operation, indicating that the client is no longer tracking the operation's result."],["The operation is performed via a `DELETE` HTTP request to a specified URL that includes the operation's name as a path parameter."],["The request body for deleting an operation must be empty, as no additional data is required."],["Upon successful deletion, the server returns an empty JSON object in the response body, confirming the operation has been handled."],["The operation requires `https://www.googleapis.com/auth/cloud-platform` authorization scope."]]],[]]