Removing an app

Hi,
I uninstalled an app (a theme was installed) using the uninstall command bench --site {site} uninstall-app {app} however when accessed through ftp or otherwise I can see still the app folder and its files there although its removed from the module and app list.
How can I completely remove the app i.e. all its related files and folder. What command should i use.
TIA

Hi @usmanalikhan:

bench remove-app {yourapp}

This will delete the app from your bench.

Hope this helps.

1 Like

Thanks. It worked!