WAClient
DEL

Delete Label Association

Remove label from chat or message.

API endpoint
https://api.waclient.com/delete_label_association
Example:
curl -X DELETE \
  'https://api.waclient.com/delete_label_association' \
  -H 'Content-Type: application/json' \
  --data '{
    "label_id": "1750000000000",
    "chat_id": "[email protected]",
    "instance_id": "6A4B02A1XXXX",
    "access_token": "EMCUH3NQQK8YXXXX"
}'
Response
{
    "status": "success",
    "message": "Success",
    "data": {
        "deleted": true,
        "label_id": "1750000000000"
    }
}
ParameterDescription
label_idLabel identifier
chat_idJID with @ — Phone: [email protected]. Group: 120363…@g.us. Channel: 120363…@newsletter.
message_idOptional — specific message (Optional)
instance_idYour instance ID
access_tokenYour access token

Command Palette

Search documentation endpoints.

Esc