Permanently deletes an instance. For WAHA instances, the session is also cleaned up on the WAHA server.
cURL
curl --request DELETE \ --url https://api.wappfy.io/api/instances/{id} \ --header 'Authorization: Bearer <token>'
{ "ok": true }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Instance ID
Instance deleted
Operation succeeded
true
Was this page helpful?