Delete custom module

hello I created a package including 3 modules
now I want to delete only 1 module
how can I delete it
in the module builder there is no possibility to delete only one module in a package

thanks

Hi,
Best practice is always one module per package.
Now coming to delete ,
first remove any relationship from this module using studio , then find this file

custom/Extension/application/Ext/Include/

Find exact bean to remove and then comment the code, then go to admin->repair.

2 Likes

Thank you @ashish for you reply