---
title: "Delete specific rows"
method: DELETE
path: "/v1/table/views/{view_id}/rows"
tags: ["Table View"]
---

# Delete specific rows

`DELETE /v1/table/views/{view_id}/rows`

Delete specific rows from a table view based on row IDs.

## Path parameters

- `view_id` string, uuid, required

## Response `200`

Successfully deleted specified rows from the table view.

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

## Other responses

- `403` — Unauthorized action - User lacks necessary permissions or row deletion not allowed.
- `404` — Table view not found.

---

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