cURL
curl --request DELETE \ --url https://api.databar.ai/v1/table/{table_uuid}/columns/{column_id} \ --header 'x-apikey: <x-apikey>'
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
Delete a column from a table by its UUID.
Documentation IndexFetch the complete documentation index at: https://docs.databar.ai/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.databar.ai/llms.txt
Use this file to discover all available pages before exploring further.
API Key for authentication
The UUID of the table
The UUID of the column to delete
Column deleted successfully