Delete instance
curl --request DELETE \ --url https://api.l2msg.com/whatsapp/instance/delete/{instance} \ --header 'apikey: <api-key>'
{ "status": "SUCCESS", "error": false, "response": { "message": "Instance deleted" } }
Your authorization key header
Name of the instance to delete
The status of the response.
Indicates whether an error occurred.
Show child attributes