cURL
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.
Remove columns from a table permanently. This operation cannot be undone and will result in the loss of all data in the specified columns.
name of the table
Update successful