Skip to main content
DELETE
/
v1
/
table
/
{table_uuid}
Delete a table
curl --request DELETE \
  --url https://api.databar.ai/v1/table/{table_uuid} \
  --header 'x-apikey: <x-apikey>'
{
  "detail": "Not allowed"
}

Headers

x-apikey
string
required

API Key for authentication

Path Parameters

table_uuid
string<uuid>
required

The UUID of the table to delete

Response

Successful Response