Elimina 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-06-27 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."]]],[]]