WA Client
POST

Logout Instance

Log out the WhatsApp Web session and reboot the instance.

API endpoint
https://waclient.com/api/logout
Example:
curl -X POST \
  'https://waclient.com/api/logout' \
  -H 'Content-Type: application/json' \
  --data '{
    "instance_id": "6A4B02A1XXXX",
    "access_token": "EMCUH3NQQK8YXXXX"
}'
Response
{
    "status": "success",
    "message": "Logout successful"
}
ParameterDescription
instance_idWhatsApp Web instance ID
access_tokenYour access token

Command Palette

Search documentation endpoints.

Esc