Data
Delete rows from a table
Delete rows from a table using a SQL predicate.
POST
https://{db}.{region}.api.lancedb.com
/
v1
/
table
/
{name}
/
delete
/
Authorizations
Path Parameters
name of the table
Body
application/json
A filter expression that specifies the rows to delete.