cURL
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 }
Remove multiple contacts from the sequence at once
API key passed in the X-API-Key header
Sequence ID
Contacts removed from sequence
Number of contacts removed