Consente di eliminare un'operazione a lunga esecuzione. Questo metodo indica che il cliente non è più interessato al risultato dell'operazione. L'operazione non viene annullata. Se il server non supporta questo metodo, restituisce google.rpc.Code.UNIMPLEMENTED.
[[["Facile da capire","easyToUnderstand","thumb-up"],["Il problema è stato risolto","solvedMyProblem","thumb-up"],["Altra","otherUp","thumb-up"]],[["Difficile da capire","hardToUnderstand","thumb-down"],["Informazioni o codice di esempio errati","incorrectInformationOrSampleCode","thumb-down"],["Mancano le informazioni o gli esempi di cui ho bisogno","missingTheInformationSamplesINeed","thumb-down"],["Problema di traduzione","translationIssue","thumb-down"],["Altra","otherDown","thumb-down"]],["Ultimo aggiornamento 2024-12-06 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."]]],[]]