---
title: "Delete a row"
method: DELETE
path: "/tables/{tableId}/rows/{rowId}"
tags: ["rows"]
---

# Delete a row

`DELETE /tables/{tableId}/rows/{rowId}`

Deletes a row within the specified table.

## Path parameters

- `tableId` string, required
- `rowId` string, required

## Headers

- `x-budibase-app-id` string, required

## Response `200`

Returns the deleted row, including the ID which has been generated for it.

- RowOutput
  - `data` object, required — The row to be created/updated, based on the table schema.
    - `_id` string, required — The ID of the row.
    - `tableId` string, required — The ID of the table this row comes from.

---

[API](https://skmtc.net/budibase/apis/budibase-api.md) · [All operations](https://skmtc.net/budibase/apis/budibase-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/budibase/budibase-api/revisions/9c6f16fc652b/schema)
