[[["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 2025-02-20 UTC."],[[["This webpage outlines how to delete a table from a dataset using an HTTP DELETE request to the BigQuery API."],["The request URL requires three path parameters: `projectId`, `datasetId`, and `tableId`, to specify the target table."],["The HTTP request must be a `DELETE` request with an empty body, and if it is successful, the data and the table are deleted."],["The response body for a successful delete operation will be an empty JSON object."],["Authorization for this operation requires one of two specified OAuth scopes, either `https://www.googleapis.com/auth/bigquery` or `https://www.googleapis.com/auth/cloud-platform`."]]],[]]