[[["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 to a specific URL, which requires the database's full path name in the format of \u003ccode\u003eprojects/*/locations/*/catalogs/*/databases/*\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe request body must be left empty, with the database to be deleted determined by the \u003ccode\u003ename\u003c/code\u003e path parameter in the URL.\u003c/p\u003e\n"],["\u003cp\u003eSuccessful deletion of the specified database will result in a response containing an instance of the \u003ccode\u003eDatabase\u003c/code\u003e, and successful access will require either \u003ccode\u003ebigquery\u003c/code\u003e or \u003ccode\u003ecloud-platform\u003c/code\u003e OAuth scope.\u003c/p\u003e\n"],["\u003cp\u003eExecuting this operation requires the \u003ccode\u003ebiglake.databases.delete\u003c/code\u003e IAM permission on the specified database resource.\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/v1alpha1/{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/v1alpha1/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)."]]