Skip to main content
DELETE
/
bases
/
{databaseId}
/
tables
/
{tableId}
Delete table
curl --request DELETE \
  --url https://tables.fillout.com/api/v1/bases/{databaseId}/tables/{tableId} \
  --header 'Authorization: Bearer <token>'
{
  "deleted": true
}
Permanently removes a table and all its associated data from the database using either the table ID or table name.
Deleting a table will permanently remove the table, all its fields, views, and all records stored in the table. This action cannot be undone.

Authorizations

Authorization
string
header
required

Path Parameters

databaseId
string
required
tableId
string
required

Response

deleted
boolean
required
Example: