Skip to main content
POST
/
sequences
/
archive
Bulk archive sequences
curl --request POST \
  --url https://api.reply.io/v3/sequences/archive \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '
{
  "ids": [
    123
  ]
}
'
{}

Authorizations

X-API-Key
string
header
required

API key passed in the X-API-Key header

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.

{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.