tables
Deletes the table specified by tableId from the dataset. If the table contains data, all the data will be deleted. # IAM Permissions Requires the bigquery.tables.delete permission on the table.
delete/projects/{+projectId}/datasets/{+datasetId}/tables/{+tableId}
Path parameters
projectIdstring required
Required. Project ID of the table to delete
datasetIdstring required
Required. Dataset ID of the table to delete
tableIdstring required
Required. Table ID of the table to delete
Response
Successful response