Comment to Cannot uninstall/delete a module
-
The correct way to disable it contains the following steps (as usual, backup UNA database first):
1) Run the module/install/sql/disable.sql file in your UNA database
2) Run the module/install/sql/uninstall.sql file there too
3) Delete the record about it in the sys_modules table.
4) After that you may try to delete the module via the Studio->Apps Market.
-
Thank you @LeonidS. I did follow the above steps and it worked!! Thank you so much.
-