curl --request DELETE \
--url https://api.wappfy.com.br/instance/logout/{instance} \
--header 'apikey: <api-key>'
{
"status": "SUCCESS",
"error": false,
"response": {
"message": "Instance logged out"
}
}
Realiza logout em instância
curl --request DELETE \
--url https://api.wappfy.com.br/instance/logout/{instance} \
--header 'apikey: <api-key>'
{
"status": "SUCCESS",
"error": false,
"response": {
"message": "Instance logged out"
}
}
Seu cabeçalho da chave de autorização.
ID da instância.
Ok
The response is of type object
.