how to delete with heroku cli code example
Example 1: heroku cli delete app
$ heroku apps:destroy [YOUR-APP-HERE]
Example 2: heroku cli
$ sudo snap install --classic heroku
$ heroku apps:destroy [YOUR-APP-HERE]
$ sudo snap install --classic heroku