Destroy the app:
heroku apps:destroy --app example
Create a new one:
heroku create example
Push to it:
git push heroku -u master

Destroy the app:
heroku apps:destroy --app example
Create a new one:
heroku create example
Push to it:
git push heroku -u master
