delete

Overview

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.

HTTP Request

DELETE /api/v1/tables/:tableReference

This endpoint extends the general API structure

Path parameters

Request body

The request body must be empty.

Authorization

You must have edit access to this table's dataset. Your access token must have the following scope:

  • data.edit

Learn more about authorization.

Response body

If successful, the response body will be empty.

Last updated