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
  ]
}'
This response does not have an example.

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