Skip to main content
DELETE
/
sequences
/
{id}
/
contacts
/
bulk
Bulk remove contacts from sequence
curl --request DELETE \
  --url https://api.reply.io/v3/sequences/{id}/contacts/bulk \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '
{
  "contactIds": [
    123
  ]
}
'
{
  "title": "Validation Failed",
  "status": 349,
  "detail": "The scheduler with ID 'daily-9am' does not exist in your account",
  "errorCode": 1004
}

Authorizations

X-API-Key
string
header
required

API key passed in the X-API-Key header

Path Parameters

id
string
required

Sequence ID

Body

application/json
contactIds
integer[]
required

Response

Contacts removed from sequence