Logout user
POST/users/logout
Logout user (blacklist access and refresh token)
Responses
- 204
- 401
- 406
- 415
- 429
- default
No Content. The request was successfully executed. User logged out.
Unauthorized. The request has not been applied because the user does not have valid authentication credentials for the target resource. Note, the actual error message may be different from the example one.
Not Acceptable. The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request.
Unsupported Media Type. The request entity has a media type which the server or resource does not support. For example, the client uses the content type: text/plain, but the server requires application/json.
Too Many Requests. The user has sent too many requests in a given amount of time.
Internal Server Error. A generic error message, given when an unexpected condition was encountered and no more specific message is suitable.