Required. The name of the table to delete. Format: projects/{project_id_or_number}/locations/{locationId}/catalogs/{catalogId}/databases/{databaseId}/tables/{tableId}
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of Table.
[[["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 documents the process for deleting a table using the BigLake API, specifying that you must provide the table's complete resource name within the URL."],["The HTTP request uses the `DELETE` method with a URL that follows gRPC Transcoding syntax, and requires a resource name with project, location, catalog, database, and table identifiers."],["The request body must be empty when deleting a table, and a successful deletion returns an instance of a Table."],["Deleting a table requires either the `https://www.googleapis.com/auth/bigquery` or `https://www.googleapis.com/auth/cloud-platform` OAuth scopes, as well as the `biglake.tables.delete` IAM permission on the target table."]]],[]]