Logout
GET/api/user/logout
API used to logout
Responses
- 200
- 403
- 500
Returns a Success code if the operation was successful
Returns a HttpStatus.FORBIDDEN if token is invalid
Returns a HttpStatus.INTERNAL_SERVER_ERROR if there was some other error that did not allow the operation to complete