cURL
curl --request DELETE \ --url https://tables.fillout.com/api/v1/bases/{databaseId} \ --header 'Authorization: Bearer <token>'
{ "deleted": true }
Permanently deletes a database and all its data.
Was this page helpful?