Skip to main content
POST
Remove Labels
Removes one or more labels from a subscriber.
Where to find a label’s ID: open Subscriber Manager → Labels — the ID is shown next to each label name, ready to copy. Or call Label List to fetch all of them at once. 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"

label_ids
string
required

Comma-separated label 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.