Exclui permanentemente uma instância. Para instâncias WAHA, a sessão também é removida do servidor WAHA.
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>
ID da instância
Instância excluída
Operação bem-sucedida
true
Esta página foi útil?