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>'
This response does not have an example.
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

Enter your Fillout API key. Format: Bearer <api_key>

Path Parameters

databaseId
string
required

The unique identifier of the database

Response

Database deleted successfully

I