Log out from Mender
POST/api/management/v1/useradm/auth/logout
Invalidates the JWT token of the current user.
Responses
- 202
- 400
- 401
- 500
- 503
Request has been accepted and the JWT token has been invalidated.
Invalid Request.
Unauthorized.
Internal Server Error.
Service is unavailable.