banReviewer
Reference
---@param identifier string -- The player's identifier
---@return boolean success
function banReviewer(identifier) end A banned player cannot post reviews on any listing; the ban is global. Existing reviews are not removed automatically, so delete them separately with deleteReview if needed. The call is idempotent, so banning an already-banned player is a no-op.
Usage example
exports.fd_laptop:banReviewer('license:abc123')