---
title: "Delete rows"
method: DELETE
path: "/api/v2/reference-tables/tables/{id}/rows"
tags: ["Reference Tables"]
---

# Delete rows

`DELETE /api/v2/reference-tables/tables/{id}/rows`

Delete multiple rows from a Reference Table by their primary key values.

## Path parameters

- `id` string, required

## Request body

- BatchDeleteRowsRequestArray — The request body for deleting multiple rows from a reference table.
  - `data` TableRowResourceIdentifier[], required — List of row resources to delete from the reference table.
    - `id` string, required — The primary key value that uniquely identifies the row to delete.
    - `type` 'row', required — Row resource type.

## Response `200`

Rows deleted successfully

## Other responses

- `400` — Bad Request
- `403` — Forbidden
- `404` — Not Found
- `429` — Too many requests
- `500` — Internal Server Error

---

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