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.
Enter your Fillout API key. Format: Bearer <api_key>
The unique identifier of the database
Resource deleted successfully
true
Was this page helpful?