For the complete documentation index, see llms.txt. This page is also available as Markdown.

Logout

To logout whatsapp from your instance

if you need to logout WhatsApp from your instance

To logout whatsapp from your instance

POST https://api.cartat.net/instance/logout

Headers

Name
Type
Description

Accept*

application/json

Content-Type*

application/json

Authorization*

Bearer {{token}}

you can find your access token here

{
    "status": "success",
    "message": "cleared"
}

Last updated