Search code examples
githerokucommand-lineuninstallationforeman

Remove Heroku completely


Can you tell me how to remove heroku account and apps from computer as well as from their website completely. I want to start from scratch as heroku command-line client is giving me unknown errors, Just tell me the way to remove/uninstall heroku and all its stuff like foreman, git etc etc from my windows.


Solution

  • To uninstall the tools that the heroku tool belt installed on your computer:

    1. Open start menu
    2. Search for "uninstall"
    3. Click on Uninstall a Program
    4. Uninstall Git, Heroku, Ruby.

    Make sure that the configuration files that the tool belt used have been removed by opening "~\", showing hidden files then deleting the folder called .heroku (if it still exists).

    Apps can be removed from heroku by going to the site clicking on the app in your app list, going to advanced and pressing delete app.