v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-14107682538.8 KB

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.

post/sequencestore/{sequenceStoreId}/readset/batch/delete

Path parameters

sequenceStoreIdstring required

The read sets' sequence store ID.

Request body

idsReadSetId[] required

The read sets' IDs.

Response

Success