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.
HTTP-Anfrage
DELETE https://metastore.googleapis.com/v1/{name}
Pfadparameter
Parameter
name
string
Der Name der zu löschenden Vorgangsressource.
Anfragetext
Der Anfragetext muss leer sein.
Antworttext
Wenn der Vorgang erfolgreich ist, ist der Antworttext leer.
[[["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: 2025-03-04 (UTC)."],[[["This page documents the process for deleting a long-running operation, indicating that the client is no longer awaiting its result."],["The HTTP request method for this operation is `DELETE` to the specified URL with the operation resource name."],["The request requires a single path parameter, `name`, which is a string identifying the operation resource to be deleted."],["The request body for this operation must be empty, and a successful response will also have an empty response body."],["Performing this operation requires authorization with the OAuth scope `https://www.googleapis.com/auth/cloud-platform`."]]],[]]