The easiest way is do delete them directly from database, executing the following command:
delete from minibbtable_users where user_id>=3000 and user_id<=5940;
This only affects the users who have not made any postings. Deleting users who have kind of postings made, will affect wrong numbers in posts amount; however it's not critical and will be fixed on the way while you board is working.