Elimina 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 la cancela. Si el servidor no admite este método, devuelve google.rpc.Code.UNIMPLEMENTED .
[[["Es fácil de entender","easyToUnderstand","thumb-up"],["Me ofreció una solución al problema","solvedMyProblem","thumb-up"],["Otro","otherUp","thumb-up"]],[["Es difícil de entender","hardToUnderstand","thumb-down"],["La información o el código de muestra no son correctos","incorrectInformationOrSampleCode","thumb-down"],["Me faltan las muestras o la información que necesito","missingTheInformationSamplesINeed","thumb-down"],["Problema de traducción","translationIssue","thumb-down"],["Otro","otherDown","thumb-down"]],["Última actualización: 2025-06-09 (UTC)."],[[["This endpoint deletes a long-running operation, signaling that the client is no longer interested in its result, without canceling the operation itself."],["The HTTP request uses the `DELETE` method with a specific URL pattern, including a path parameter named `name` that represents the operation resource to be deleted."],["The request body must be empty for this operation, and the response body will also be empty if the deletion is successful."],["Deleting an operation requires OAuth scope `https://www.googleapis.com/auth/cloud-platform` and the `cloudaicompanion.operations.delete` IAM permission."],["The server might return `google.rpc.Code.UNIMPLEMENTED` if the method is not supported."]]],[]]