WA Client
DEL

Delete Chat

Delete a chat from your WhatsApp account (delete conversation).

API endpoint
https://waclient.com/api/delete_chat
Example:
curl -X DELETE \
  'https://waclient.com/api/delete_chat' \
  -H 'Content-Type: application/json' \
  --data '{
    "chat_id": "20100981XXXX",
    "instance_id": "6A4B02A1XXXX",
    "access_token": "EMCUH3NQQK8YXXXX"
}'
Response
{
    "status": "success",
    "message": "Success",
    "data": {
        "chat_id": "[email protected]",
        "deleted": true
    }
}
ParameterDescription
chat_idChat JID or phone number
instance_idYour instance ID
access_tokenYour access token

Command Palette

Search documentation endpoints.

Esc