---
title: "Delete Records"
method: DELETE
path: "/api/database/records/{tableName}"
tags: ["Client"]
---

# Delete Records

`DELETE /api/database/records/{tableName}`

Delete records matching query filters

## Path parameters

- `tableName` string, required

## Query parameters

- `id` string

## Headers

- `Prefer` 'return=representation'

## Response `200`

Records deleted (with Prefer header)

- object[]

## Other responses

- `204` — Records deleted (without Prefer header)

---

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