remove heroku code example
Example 1: heroku delete app
heroku apps:destroy <app_name>
Example 2: heroku cli
npm i -g heroku
code to install heroku in windows
Example 3: heroku cli
$ sudo snap install --classic heroku
heroku apps:destroy <app_name>
npm i -g heroku
code to install heroku in windows
$ sudo snap install --classic heroku