Subscriber API
Delete Subscriber
Permanently delete a WhatsApp subscriber via the ChatSyncs API. Use when a developer asks how to remove a contact programmatically, e.g. to honor a deletion/right-to-be-forgotten request.
POST
Delete Subscriber
Permanently deletes a subscriber.
By REST convention this would ideally be a
DELETE request — but the ChatSyncs API only
exposes it as POST. Use POST as shown below.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"
Delete Subscriber

