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
  ]
}
'
{
  "removed": 123
}

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

removed
integer

Number of contacts removed