Skip to main content
DELETE
/
v1
/
table
/
{table_uuid}
/
columns
/
{column_id}
Delete a column from a table
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>"
    }
  ]
}

Headers

x-apikey
string
required

API Key for authentication

Path Parameters

table_uuid
string<uuid>
required

The UUID of the table

column_id
string<uuid>
required

The UUID of the column to delete

Response

Column deleted successfully