Skip to content

Logout a logged-in user ​

post/api/user/logout
The Logout operation terminates user session.

Request ​

Security: Bearer Auth
Provide your bearer token in the Authorization header when making requests to protected resources.Example: Authorization: Bearer <token>

Response ​

Schema: application/json
codestring
dataundefined
messagestring

Body application/json ​

json
// SUCCESS

{
  "code": "0",
  "message": "Ok"
}
// SUCCESS

{
  "code": "0",
  "message": "Ok"
}