---
title: "Delete records"
method: DELETE
path: "/table/{tableId}/record"
tags: ["record"]
---

# Delete records

`DELETE /table/{tableId}/record`

Permanently delete multiple records by their IDs in a single request.

## Path parameters

- `tableId` string, required

## Query parameters

- `recordIds` string[], required

## Response `200`

Deleted successfully

---

[API](https://skmtc.net/teable/apis/teable-app.md) · [All operations](https://skmtc.net/teable/apis/teable-app/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/teable/teable-app/versions/7515f3b33d79/schema)
