v1

latestOpenAPI 3.1.02026-07-26359254.7 MB
Sequence Steps

Bulk delete step variants

<small>Requires the sequences:write scope (or a broader one that includes it).</small>

Deletes multiple variants from a sequence step at once. Returns a map of variant IDs that could not be processed with their error details.

post/v3/sequences/{id}/steps/{step_id}/variants/bulk-delete

Path parameters

idinteger required

Sequence Id

step_idinteger required

Step Id

Request body

idsinteger[] required

List of variant IDs to delete

Response

Dictionary keyed by variant ID. Only failed items appear; items not in the dictionary succeeded.

Possible per-item error codes:

Error codeMeaning
notFoundVariant does not exist or caller lacks permission
object required