---
title: "Delete rows from a table"
method: POST
path: "/v1/table/{name}/delete/"
tags: ["Data"]
---

# Delete rows from a table

`POST /v1/table/{name}/delete/`

Delete rows from a table.

## Path parameters

- `name` string, required

## Request body

- object
  - `predicate` string — A filter expression that specifies the rows to delete.

## Response `200`

Delete successful

## Other responses

- `401` — Unauthorized

---

[API](https://skmtc.net/lancedb/apis/lancedb-cloud-api.md) · [All operations](https://skmtc.net/lancedb/apis/lancedb-cloud-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lancedb/lancedb-cloud-api/versions/ba6a93e8b48d/schema)
