---
title: "DELETE /projects/{+projectId}/datasets/{+datasetId}/tables/{+tableId}"
method: DELETE
path: "/projects/{+projectId}/datasets/{+datasetId}/tables/{+tableId}"
tags: ["tables"]
---

# DELETE /projects/{+projectId}/datasets/{+datasetId}/tables/{+tableId}

`DELETE /projects/{+projectId}/datasets/{+datasetId}/tables/{+tableId}`

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.

## Path parameters

- `projectId` string, required
- `datasetId` string, required
- `tableId` string, required

## Response `200`

Successful response

---

[API](https://skmtc.dev/google/apis/bigquery.md) · [All operations](https://skmtc.dev/google/apis/bigquery/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/google/bigquery/revisions/98f33ea9c8c9/schema)
