v1

latestOpenAPI 3.1.02026-07-1413113265.9 KB
client

logout

Logs out the client, closing the current session

post/instances/{id}/client/action/logout

Path parameters

idinteger required

Instance ID

Response

status'success' | 'error'

Example response

{
  "data": {
    "status": "success"
  },
  "links": {
    "self": "https://waapi.app/api/v1/instances/1/client/action/logout"
  },
  "status": "success"
}