Skip to main content
POST
Drop a table

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

database
string
required

Target database.

Body

application/json

POST /v1/drop_table/{database}.

table_name
string
required
purge
boolean

Also delete the table's storage subtree after the catalog commit. Defaults to true (reclaim storage); pass false to only unregister the table from the catalog and leave the bytes in place.

Response

Table dropped.

Last modified on August 27, 2026