Clear Chat

Clear Chat

POST https://api.wapim.io/api/v1/whatsapp/chat/clear

Headers

NameTypeDescription

Token*

YOUR_WAPIM_TOKEN

Request Body

NameTypeDescription

chat_id*

String

Recipient Phone Number or Group ID

{
    "status": true,
    "code": 200,
    "phone_number": "*****",
    "message_id": "3EB05F28F824A6F6D9E9",
    "req_id": "11b80f89-fff7-487c-b33f-047daff89af6"
}
curl
    -X POST https://api.wapim.io/api/v1/whatsapp/chat/clear
    -H 'Token: YOUR_WAPIM_TOKEN'
    -d '{"chat_id": "PHONENUMBER_OR_GROUPID"}'

Last updated