delete
Overview
HTTP Request
DELETE /api/v1/tables/:tableReferencePath parameters
Parameter
Request body
Authorization
Response body
Was this helpful?
This endpoint is used to delete a table and all its contents. This method can only be called on tables belonging to unreleased versions of a dataset.
DELETE /api/v1/tables/:tableReferenceThis endpoint extends the general API structure
tableReference
A qualified reference to the table. See referencing resources for more information.
The request body must be empty.
You must have edit access to this table's dataset. Your access token must have the following scope:
data.edit
Learn more about authorization.
If successful, the response body will be empty.
Was this helpful?
Was this helpful?

