injected service use to handle the refresh token related operations
injected logger used to handle the logging
request context [headers, body, params, query].
204 Status No Content
This handler will delete refresh token by applying the following steps in sequence:
Get user id from request
If user id is undefined, throw NBError
Delete refresh tokens with user id (refreshTokenService.deleteRefreshTokensForUser)
If the deletion is successful, return status 204
400 NBError Bad Request
404 NBError Not Found
Generated using TypeDoc
Delete refresh token handler