Skip to main content
POST
Bulk archive sequences

Authorizations

Authorization
string
header
required

Authenticate every request with a Bearer token. Pass your Reply API key in the Authorization header:

Get your API key from the Reply dashboard: Settings → API Key.

Body

application/json
ids
integer[]
required

List of sequence IDs to archive

Response

Dictionary of failed items keyed by sequence ID. Empty object {} means all succeeded.

Per-item failures use the SequenceActionError enum. Common per-item slugs:

{key}
NotProcessedItemResult · object

Per-item error for non-atomic bulk operations. Only failed items are returned in the response dictionary. Items not present in the dictionary succeeded.