Required. The name of the database to delete. Format: projects/{project_id_or_number}/locations/{locationId}/catalogs/{catalogId}/databases/{databaseId}
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of Database.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2023-04-05 UTC."],[[["This webpage details the process of deleting a database within a specified catalog using the BigLake API."],["The deletion is performed via an HTTP DELETE request to a specific URL, which requires the database's full path name in the format of `projects/*/locations/*/catalogs/*/databases/*`."],["The request body must be left empty, with the database to be deleted determined by the `name` path parameter in the URL."],["Successful deletion of the specified database will result in a response containing an instance of the `Database`, and successful access will require either `bigquery` or `cloud-platform` OAuth scope."],["Executing this operation requires the `biglake.databases.delete` IAM permission on the specified database resource."]]],[]]