http://code.google.com/appengine/kb/adminconsole.html#delete_app
<http://code.google.com/appengine/kb/adminconsole.html#delete_app>You can delete your app, but App Engine provides safety measures to prevent inadvertent deletion. To delete your app, you first disable it, which stops all serving requests but leaves your data and state alone. Once your app is disabled, you can leave it that way, or you can delete it. While your app is disabled, you can still use the Administration Console to manage it. If you delete it, your data and state are destroyed and can't be restored. *Even after your application is deleted, its appid is reserved.* 2010/7/16 Sumit <[email protected]> > Hi, > > I'd a java application on appengine that was pointing to my subdomain > foo.bar.com (example domain). I found out about google apps based > authentication if it is used as appengine.google.com/a/bar.com > (example domain) and hence deleted the previous application. It took > three days to completely remove that application and now i'm trying to > attach my new application (hosted as part of google apps integration) > to the same subdomain. Its complaining that my previous appengine > instance (which i thought has been completely removed) is still > attached with this subdomain. Now that i've no access to the deleted > appengine instance, would you please suggest on how to clean this > mess? > > I will provide details on the app_id and subdomain once i hear from > you guys. > Thanks, > -Sumit > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<google-appengine%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-appengine?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
