Ban a user to restrict access in a comment board
2.39.0
createCommentBoardBan({ profileId: '<profile_id>', commentBoardId: '<comment_board_id>', description: '<Reason for banning>', }).then((commentBoardBan) => console.log(commentBoardBan));`` Copy
createCommentBoardBan({ profileId: '<profile_id>', commentBoardId: '<comment_board_id>', description: '<Reason for banning>', }).then((commentBoardBan) => console.log(commentBoardBan));``
Generated using TypeDoc
Description
Ban a user to restrict access in a comment board
Async
Since
2.39.0
Example