I want to delete an Django app and found two solutions: Use the delete
button in settings, or from the command line.
The delete
button doesn't work (the "prohibited" icon shows up). I started a console from within the app to use the command heroku destroy apps --app MyApp
, but the command "isn't found".
This app has never been set up, so I get lots of "failed" notifications. So I want to remove it. How can I delete this app?
Update: For what it's worth: The problem went away on its own after a day. I was able to use the delete button again.