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 within the BigLake service using a DELETE HTTP request."],["The specific table to be deleted is identified through a required `name` path parameter in the URL, which must be formatted as `projects/{project_id_or_number}/locations/{locationId}/catalogs/{catalogId}/databases/{databaseId}/tables/{tableId}`."],["The request body for deleting a table must be empty, indicating no additional data is required for the operation."],["A successful deletion returns an instance of a `Table`, and you can find it specified in the response body."],["The operation requires specific OAuth scopes, either `https://www.googleapis.com/auth/bigquery` or `https://www.googleapis.com/auth/cloud-platform`, and the `biglake.tables.delete` IAM permission on the specified table resource."]]],[]]