Subscriber API
Subscriber Remove Sequences
Unenroll a subscriber from one or more Sequences via the ChatSyncs API, using comma-separated sequence IDs. Use when a developer asks how to stop a drip campaign for a subscriber programmatically.
POST
Remove Sequences
Removes a subscriber from one or more Sequences they’re currently enrolled in.
Body
application/x-www-form-urlencoded
Your ChatSyncs API key (not a WhatsApp/Meta access token). Where to find it.
Example:
"API-KEY"
The WhatsApp account's phone number ID. Where to find it.
Example:
"PHONE-NUMBER-ID"
The subscriber's phone number, with country code, digits only.
Example:
"PHONE-NUMBER"
Comma-separated sequence IDs to remove, e.g. 1,4,5. Where to find it.
Example:
"1,4,5"
Remove Sequences

