Löscht einen lange laufenden Vorgang. Diese Methode zeigt an, dass der Client kein Interesse mehr an dem Ergebnis eines Vorgangs hat. Der Vorgang wird nicht abgebrochen. Wenn der Server diese Methode nicht unterstützt, wird google.rpc.Code.UNIMPLEMENTED zurückgegeben.
[[["Leicht verständlich","easyToUnderstand","thumb-up"],["Mein Problem wurde gelöst","solvedMyProblem","thumb-up"],["Sonstiges","otherUp","thumb-up"]],[["Schwer verständlich","hardToUnderstand","thumb-down"],["Informationen oder Beispielcode falsch","incorrectInformationOrSampleCode","thumb-down"],["Benötigte Informationen/Beispiele nicht gefunden","missingTheInformationSamplesINeed","thumb-down"],["Problem mit der Übersetzung","translationIssue","thumb-down"],["Sonstiges","otherDown","thumb-down"]],["Zuletzt aktualisiert: 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."]]],[]]