cURL
curl --request DELETE \ --url https://api.reply.io/v3/sequences/{id}/contacts/{contact_id} \ --header 'X-API-Key: <api-key>'
{ "title": "Validation Failed", "status": 349, "detail": "The scheduler with ID 'daily-9am' does not exist in your account", "errorCode": 1004 }
Remove a contact from the sequence or optionally from all sequences
API key passed in the X-API-Key header
Sequence ID
Contact ID
If true, removes the contact from all sequences instead of just the specified sequence
Contact removed from sequence