How to remove postgres database from heroku
heroku, postgresql
Solution
If you created the database with the web UI on postgres.heroku.com, you need to navigate to it from https://postgres.heroku.com/databases , then click on the gear icon on the right. There should be a destroy link. If you don't see a destroy link, then you probably aren't the owner and lack privileges.
Problem
How to remove postgres database from heroku, which was created using the dev free plan. https://postgres.heroku.com/databases I tried using heroku addons:remove --confirm --app salty-river-24 but it says app not found. Is this the correct syntax.