heroku git deployment remove code example
Example 1: heroku cli delete app
$ heroku apps:destroy [YOUR-APP-HERE]
Example 2: git push to heroku
$ git push heroku master
$ heroku apps:destroy [YOUR-APP-HERE]
$ git push heroku master