---
title: "Delete Row"
method: DELETE
path: "/api/v1/tables/{tableId}/rows/{rowId}"
tags: ["Tables"]
---

# Delete Row

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

Delete a single row by its ID.

## Path parameters

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

## Request body

- object
  - `workspaceId` string, required — The workspace that owns the table.

## Response `200`

Row deleted.

- object
  - `success` boolean — Indicates whether the request was successful.
  - `data` object — Response payload.
    - `message` string — Confirmation message.
    - `deletedCount` integer — Number of rows deleted (always 1 for single-row deletion).

## Other responses

- `400` — Invalid request parameters. Check the details array for specific validation errors.
- `401` — Invalid or missing API key. Ensure the X-API-Key header is set with a valid key.
- `403` — Access denied. You do not have permission to access this resource. For audit log endpoints, this requires an Enterprise subscription and organization admin/owner role.
- `404` — The requested resource was not found. Verify the ID is correct and belongs to your workspace.
- `429` — Rate limit exceeded. Wait for the duration specified in the Retry-After header before retrying. The X-RateLimit-* headers accompany every response from an authenticated v1 request — success and error alike — and are omitted only when the request fails authentication, since no rate-limit bucket is consulted in that case.

## Changes

> 14 revisions in range; 1 could not be searched.

- **2026-03-14** `86c22a5b6914` — 1 info
  - endpoint added
- **2026-03-02** `f8d20edc8aab` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/simstudioai/apis/sim-api/changes/api/v1/tables/:tableId/rows/:rowId/delete.md)

---

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