---
title: "Delete Testset Rows"
method: DELETE
path: "/api/testsets/{testset_id}/rows/"
tags: ["testsets"]
---

# Delete Testset Rows

`DELETE /api/testsets/{testset_id}/rows/`

Delete multiple testset rows by row indexes.

Args:
    row_indexes: List[float] (list of row indexes to delete)

## Path parameters

- `testset_id` string, required

## Headers

- `Authorization` string, required

## Response `200`

Successful response

## Changes

- **2026-07-31** `c26d550029f8` — 1 breaking, 3 info
  - removed the request body
  - removed the non-success response with the status `400`
  - removed the non-success response with the status `401`
  - removed the non-success response with the status `404`

[Change history](https://skmtc.dev/keywordsai/apis/api-reference/changes/api/testsets/:testset_id/rows/delete.md)

---

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