---
title: "Delete Table Rows"
method: DELETE
path: "/v1/table/{table_id}/rows"
tags: ["Table"]
---

# Delete Table Rows

`DELETE /v1/table/{table_id}/rows`

Delete all rows or specific rows from a table.

## Path parameters

- `table_id` string, uuid, required

## Response `200`

Successfully deleted the specified rows from the table.

- object
  - `metadata` object
  - `data` string

## Other responses

- `403` — Unauthorized action - User lacks necessary permissions.
- `404` — Table not found.

---

[API](https://skmtc.net/morta-technology/apis/morta-api-reference.md) · [All operations](https://skmtc.net/morta-technology/apis/morta-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/morta-technology/morta-api-reference/versions/9c58c1c1e7e8/schema)
