Borra una operación de larga duración. Este método indica que el cliente ya no está interesado en el resultado de la operación. No cancela la operación. Si el servidor no es compatible con este método, se muestra google.rpc.Code.UNIMPLEMENTED.
[[["Fácil de comprender","easyToUnderstand","thumb-up"],["Resolvió mi problema","solvedMyProblem","thumb-up"],["Otro","otherUp","thumb-up"]],[["Difícil de entender","hardToUnderstand","thumb-down"],["Información o código de muestra incorrectos","incorrectInformationOrSampleCode","thumb-down"],["Faltan la información o los ejemplos que necesito","missingTheInformationSamplesINeed","thumb-down"],["Problema de traducción","translationIssue","thumb-down"],["Otro","otherDown","thumb-down"]],["Última actualización: 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."]]],[]]