Obligatorio. El nombre de la base de datos que se borrará. Formato: projects/{project_id_or_number}/locations/{locationId}/catalogs/{catalogId}/databases/{databaseId}
Cuerpo de la solicitud
El cuerpo de la solicitud debe estar vacío.
Cuerpo de la respuesta
Si se ejecuta de forma correcta, el cuerpo de la respuesta contiene una instancia de Database.
Alcances de autorización
Se necesita uno de los siguientes alcances de OAuth:
[[["Fácil de comprender","easyToUnderstand","thumb-up"],["Resolvió mi problema","solvedMyProblem","thumb-up"],["Otro","otherUp","thumb-up"]],[["Difícil de entender","hardToUnderstand","thumb-down"],["Información o código de muestra incorrectos","incorrectInformationOrSampleCode","thumb-down"],["Faltan la información o los ejemplos que necesito","missingTheInformationSamplesINeed","thumb-down"],["Problema de traducción","translationIssue","thumb-down"],["Otro","otherDown","thumb-down"]],["Última actualización: 2024-04-30 (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."]]],[]]