[[["Mudah dipahami","easyToUnderstand","thumb-up"],["Memecahkan masalah saya","solvedMyProblem","thumb-up"],["Lainnya","otherUp","thumb-up"]],[["Sulit dipahami","hardToUnderstand","thumb-down"],["Informasi atau kode contoh salah","incorrectInformationOrSampleCode","thumb-down"],["Informasi/contoh yang saya butuhkan tidak ada","missingTheInformationSamplesINeed","thumb-down"],["Masalah terjemahan","translationIssue","thumb-down"],["Lainnya","otherDown","thumb-down"]],["Terakhir diperbarui pada 2024-04-19 UTC."],[[["\u003cp\u003eThis webpage details the process of deleting a database within a specified catalog using the BigLake API.\u003c/p\u003e\n"],["\u003cp\u003eThe deletion is performed via an HTTP DELETE request, targeting a specific database identified by its unique path parameters.\u003c/p\u003e\n"],["\u003cp\u003eThe request body must be empty, and a successful response will include information about the deleted database.\u003c/p\u003e\n"],["\u003cp\u003eAuthorization for this operation requires specific OAuth scopes or the \u003ccode\u003ebiglake.databases.delete\u003c/code\u003e IAM permission.\u003c/p\u003e\n"],["\u003cp\u003eUsers can click the \u003ccode\u003eTry it!\u003c/code\u003e link to experiment with the API and immediately test out the functionality of deleting a database.\u003c/p\u003e\n"]]],[],null,["# Method: projects.locations.catalogs.databases.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 database specified by the database ID.\n\n### HTTP request\n\n`DELETE https://biglake.googleapis.com/v1/{name=projects/*/locations/*/catalogs/*/databases/*}`\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 contains an instance of [Database](/bigquery/docs/reference/biglake/rest/v1/projects.locations.catalogs.databases#Database).\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.databases.delete`\n\nFor more information, see the [IAM documentation](https://cloud.google.com/iam/docs)."]]