Delete everything pertaining to genieacs

How can i delete everything pertaining to genieacs from a VM to reinstall?

Stop all of the genieacs processes, then at a command prompt type this:

mongo
db.dropDatabase('genieacs')
exit

That will delete the mongo db for GenieACS. Then you can restart/reinstall anything you need.