---
title: "POST /sequencestore/{sequenceStoreId}/readset/batch/delete"
method: POST
path: "/sequencestore/{sequenceStoreId}/readset/batch/delete"
---

# POST /sequencestore/{sequenceStoreId}/readset/batch/delete

`POST /sequencestore/{sequenceStoreId}/readset/batch/delete`

Deletes one or more read sets. If the operation is successful, it returns a response with no body. If there is an error with deleting one of the read sets, the operation returns an error list. If the operation successfully deletes only a subset of files, it will return an error list for the remaining files that fail to be deleted. There is a limit of 100 read sets that can be deleted in each <code>BatchDeleteReadSet</code> API call.

## Path parameters

- `sequenceStoreId` string, required

## Request body

- object
  - `ids` ReadSetId[], required — The read sets' IDs.

## Response `200`

Success

- BatchDeleteReadSetResponse
  - `errors` ReadSetBatchError[] — Errors returned by individual delete operations.
    - `id` string, required — The error's ID.
    - `code` string, required — The error's code.
    - `message` string, required — The error's message.

## Other responses

- `480` — InternalServerException
- `481` — ThrottlingException
- `482` — ValidationException
- `483` — ResourceNotFoundException
- `484` — AccessDeniedException
- `485` — RequestTimeoutException

---

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