Skip to main content
POST
Remove Sequences
Removes a subscriber from one or more Sequences they’re currently enrolled in.
Where to find a sequence’s ID: open Chatbot Manager → Automation → Follow-up Sequences — it’s the ID column shown next to each sequence. See Finding Your IDs & API Token for a screenshot.

Body

application/x-www-form-urlencoded
apiToken
string
required

Your ChatSyncs API key (not a WhatsApp/Meta access token). Where to find it.

Example:

"API-KEY"

phone_number_id
string
required

The WhatsApp account's phone number ID. Where to find it.

Example:

"PHONE-NUMBER-ID"

phone_number
string
required

The subscriber's phone number, with country code, digits only.

Example:

"PHONE-NUMBER"

sequence_ids
string
required

Comma-separated sequence IDs to remove, e.g. 1,4,5. Where to find it.

Example:

"1,4,5"

Response

200 - application/json

Standard ChatSyncs response. status is "1" on success and "0" on failure.

status
string

"1" = success, "0" = failure.

message
string

Human-readable result message.