How can I safely remove a CRUD module built with yo meanjs:crud-module <module-name>
?
Is it enough just to delete folder and server files?
Yes, that is all there is to it. The meanjs system is designed to utilize the files that are there without modifying any configuration files. If the crud-module files are gone, it won't be looking for them.