Erforderlich. Der Name der zu löschenden Sperre. Format: projects/{project_id_or_number}/locations/{locationId}/catalogs/{catalogId}/databases/{databaseId}/locks/{lock_id}
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: 2024-04-26 (UTC)."],[[["\u003cp\u003eThis page details how to delete a lock using a \u003ccode\u003eDELETE\u003c/code\u003e HTTP request to the specified URL, requiring the lock's name in the correct format within the URL path.\u003c/p\u003e\n"],["\u003cp\u003eThe request body must be empty for a successful deletion.\u003c/p\u003e\n"],["\u003cp\u003eA successful response will have an empty response body, indicating the lock has been removed.\u003c/p\u003e\n"],["\u003cp\u003eDeleting a lock requires one of two specific OAuth scopes or the \u003ccode\u003ebiglake.locks.delete\u003c/code\u003e IAM permission on the lock resource.\u003c/p\u003e\n"],["\u003cp\u003eThe provided URL syntax follows the gRPC Transcoding standards, using a set format to specify the targeted lock.\u003c/p\u003e\n"]]],[],null,["# Method: projects.locations.catalogs.databases.locks.delete\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Request body](#body.request_body)\n- [Response body](#body.response_body)\n- [Authorization Scopes](#body.aspect)\n- [IAM Permissions](#body.aspect_1)\n- [Try it!](#try-it)\n\nDeletes an existing lock specified by the lock ID.\n\n### HTTP request\n\n`DELETE https://biglake.googleapis.com/v1alpha1/{name=projects/*/locations/*/catalogs/*/databases/*/locks/*}`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n### Request body\n\nThe request body must be empty.\n\n### Response body\n\nIf successful, the response body is empty.\n\n### Authorization Scopes\n\nRequires one of the following OAuth scopes:\n\n- `https://www.googleapis.com/auth/bigquery`\n- `https://www.googleapis.com/auth/cloud-platform`\n\nFor more information, see the [Authentication Overview](https://cloud.google.com/docs/authentication/).\n\n### IAM Permissions\n\nRequires the following [IAM](https://cloud.google.com/iam/docs) permission on the `name` resource:\n\n- `biglake.locks.delete`\n\nFor more information, see the [IAM documentation](https://cloud.google.com/iam/docs)."]]