Deleting an Google App Engine application - Stack Overflow most recent 30 from stackoverflow.com2009-12-21T09:04:04Zhttp://stackoverflow.com/feeds/question/42512http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/42512/deleting-an-google-app-engine-application11Deleting an Google App Engine applicationJulio César2008-09-03T20:32:21Z2009-10-27T15:30:04Z
<p>Is it possible to delete an GAE application after it has been created?</p>
<p>I made a mistake while typing the name and now have a dummy application that I haven't been able to remove.</p>
<p>Thanks.</p>
http://stackoverflow.com/questions/42512/deleting-an-google-app-engine-application/42538#425387Answer by Nick Berardi for Deleting an Google App Engine applicationNick Berardi2008-09-03T20:43:14Z2008-09-03T20:43:14Z<p>There currently isn't a way to delete a GAE application. </p>
http://stackoverflow.com/questions/42512/deleting-an-google-app-engine-application/112793#11279313Answer by Alexander Kojevnikov for Deleting an Google App Engine applicationAlexander Kojevnikov2008-09-22T01:45:03Z2008-09-22T01:45:03Z<p>This feature is already logged, please star it:</p>
<p><a href="http://code.google.com/p/googleappengine/issues/detail?id=335" rel="nofollow">http://code.google.com/p/googleappengine/issues/detail?id=335</a></p>
http://stackoverflow.com/questions/42512/deleting-an-google-app-engine-application/1568232#15682321Answer by Steve Armstrong for Deleting an Google App Engine applicationSteve Armstrong2009-10-14T18:48:17Z2009-10-14T18:48:17Z<p>As of <a href="http://googleappengine.blogspot.com/2009/10/app-engine-sdk-126-released-with.html" rel="nofollow">AppEngine SDK 1.2.6</a> it's possible to <a href="http://code.google.com/appengine/kb/adminconsole.html#delete%5Fapp" rel="nofollow">delete apps completely</a>. But beware, the app-id won't be usable again.</p>
http://stackoverflow.com/questions/42512/deleting-an-google-app-engine-application/1631620#16316200Answer by Carlos for Deleting an Google App Engine applicationCarlos2009-10-27T15:30:04Z2009-10-27T15:30:04Z<p>This issue has been fixed:
<a href="http://code.google.com/appengine/kb/adminconsole.html#delete%5Fapp" rel="nofollow">http://code.google.com/appengine/kb/adminconsole.html#delete%5Fapp</a></p>