injected service use to handle the review related operations
injected logger used to handle the logging
request context [headers, body, params, query].
204 Status No Content
This handler is used to delete user review by org by applying the following steps in sequence:
Get the reviewId from params
Delete review where reviewId is reviewId (reviewService.deleteReview)
Recalculate user stats (userApi.updateUserReviewStats) If an error occurs, it is logged and the process continues
Return success
400 NBError Bad Request
500 NBError Internal Server Error
Generated using TypeDoc
Delete user review by org handler