cURL
curl --request DELETE \ --url https://api.databar.ai/v1/folders/{folder_id} \ --header 'x-apikey: <x-apikey>'
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
Delete a folder. Tables in the folder are NOT deleted, they are moved to the root level.
API Key for authentication
The folder ID
Folder deleted successfully