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.
API Key for authentication
The UUID of the table
The UUID of the column to delete
Column deleted successfully