POST
/
sequences
/
{id}
/
archive
Archive a sequence
curl --request POST \
  --url https://api.reply.io/v3/sequences/{id}/archive \
  --header 'X-API-Key: <api-key>'
{
  "id": 12345,
  "teamId": 100,
  "ownerId": 42,
  "name": "Sales Outreach",
  "created": "2024-03-08T10:00:00+00:00",
  "status": "Active",
  "isArchived": false
}

Authorizations

X-API-Key
string
header
required

API key passed in the X-API-Key header

Path Parameters

id
integer
required

Sequence Id

Required range: x >= 1

Response

Sequence archived successfully

id
integer
required

Unique identifier for the sequence

teamId
integer
required

Identifier of the team that owns the sequence

ownerId
integer
required

Identifier of the user who owns the sequence

name
string
required

Name of the sequence

created
string<date-time>
required

Sequence creation timestamp with timezone offset

status
enum<string>
required

Current status of the sequence

Available options:
New,
Active,
Paused,
Archived
isArchived
boolean
required

Indicates if the sequence is archived