cURL
curl --request DELETE \ --url https://api.databar.ai/v1/table/{table_uuid} \ --header 'x-apikey: <x-apikey>'
{ "detail": "Not allowed" }
Permanently delete a table and all its rows by UUID.
API Key for authentication
The UUID of the table to delete
Successful Response