---
title: "DELETE /tables/{tableID}/rows/{rowID}"
method: DELETE
path: "/tables/{tableID}/rows/{rowID}"
---

# DELETE /tables/{tableID}/rows/{rowID}

`DELETE /tables/{tableID}/rows/{rowID}`

Deletes a row from a Big Table

## Path parameters

- `tableID` string, required — ID of the table, e.g., `2a1bad8b-cf7c-44437-b8c1-e3782df6`
- `rowID` string, required — ID of the row, e.g., `zcJWnyI8Tbam21V34K8MNA`

## Response `200`

- object — A 200 HTTP response code indicates that the row does not exist or was successfully deleted.

## Other responses

- `400`
- `402`
- `404`

## Changes

- **2025-04-17** `22782d914dc3` — 1 info
  - added the non-success response with the status `402`
- **2025-04-01** `afa4b5b8dc78` — 1 info
  - removed the non-success response with the status `402`
- **2025-03-24** `85facd138eb5` — 1 info
  - added the non-success response with the status `402`
- **2024-11-07** `ad0bac34ec53` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/glideapps/apis/untitled-api/changes/tables/:tableID/rows/:rowID/delete.md)

---

[API](https://skmtc.dev/glideapps/apis/untitled-api.md) · [All operations](https://skmtc.dev/glideapps/apis/untitled-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/glideapps/untitled-api/revisions/ecab03a9d56a/schema)
