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}.

purge
boolean
required
table_name
string
required

Response

Table dropped.

Last modified on August 19, 2026