Good to hear. Just in case you need it in the future.
MongoDB has very good documentation and you can find it here: https://docs.mongodb.com/
Dropping the database would be described here: https://docs.mongodb.com/manual/reference/method/db.dropDatabase/index.html
Thus probably would be something along the line of:
use nodebb
db.dropDatabase()