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 ] } '
{ "title": "Validation Failed", "status": 349, "detail": "The scheduler with ID 'daily-9am' does not exist in your account", "errorCode": 1004 }
Remove multiple contacts from the sequence at once
API key passed in the X-API-Key header
Sequence ID
Contacts removed from sequence