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

Authorizations

Authorization
string
header
required

Path Parameters

databaseId
string
required

Response

deleted
boolean
required
Example: