datasets
Deletes the dataset specified by the datasetId value. Before you can delete a dataset, you must delete all its tables, either manually or by specifying deleteContents. Immediately after deletion, you can create another dataset with the same name. # IAM Permissions Requires the bigquery.datasets.delete permission on the dataset.
delete/projects/{+projectId}/datasets/{+datasetId}
Path parameters
projectIdstring required
Required. Project ID of the dataset being deleted
datasetIdstring required
Required. Dataset ID of dataset being deleted
Query parameters
deleteContentsboolean
If True, delete all the tables in the dataset. If False and the dataset contains tables, the request will fail. Default is False
Response
Successful response