cURL
curl --request DELETE \ --url https://api.l2msg.com/whatsapp/instance/logout/{instance} \ --header 'apikey: <api-key>'
{ "status": "SUCCESS", "error": false, "response": { "message": "Instance logged out" } }
Makes logout on instance
Documentation IndexFetch the complete documentation index at: https://docs.l2msg.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.l2msg.com/llms.txt
Use this file to discover all available pages before exploring further.
Your authorization key header
Name of the instance to logout
Ok
The status of the response.
Indicates whether an error occurred.
Show child attributes