DELETE
/
v1
/
tables
/
{name}
/
schema
/
columns
Drop Columns
curl --request DELETE \
  --url https://{db}.{region}.api.lancedb.com/v1/tables/{name}/schema/columns \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '{
  "columns": [
    "<string>"
  ]
}'
This response does not have an example.

Authorizations

x-api-key
string
header
required

Path Parameters

name
string
required

name of the table

Body

application/json

Response

200

Update successful