删除 heroku 帐户上的两个应用程序之一

Delete one of the two app on the heroku account

我是 Heroku 的新手。我错误地在我的帐户上创建了第二个应用程序,现在我无法执行 heroku open 命令来在服务器上查看我的应用程序 运行。我正在发布错误消息的屏幕。我只需要名为 guarded-wildwood-67162 的那个。如何删除其他应用程序 - shielded-sea-53572

permanently destroy a Heroku app您可以使用heroku apps:destroy --app <app-name>或使用Heroku网络界面。请注意,这不仅仅是断开应用程序;它完全摧毁了它。