Skip to main content
POST
/
instances
/
{id}
/
logout
Fazer Logout
curl --request POST \
  --url https://api.wapizap.com/api/v2/instances/{id}/logout \
  --header 'Authorization: Bearer <token>'
{
  "message": "Instance logged out successfully"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string<uuid>
required

Response

200 - application/json

Logout realizado