You mean the "Delete" button in the web console? It's here: https://console.cloud.google.com/iam-admin/projects
That should give you a list of all projects with the option to delete the project in its entirety. AppEngine, Cloud Storage, BigQuery, etc. All of it in a check, click, and confirm. On Wednesday, May 11, 2016 at 3:01:34 PM UTC-5, Ashton Holmes wrote: > > That wasn't really the answer I was looking for. The application currently > up is nothing more than an HTML page that says test and I've already > disabled it. It's not about removing code it's about removing the > application in it's entirety. > > On Wednesday, May 11, 2016 at 10:16:01 AM UTC-7, Zeehad (Cloud Platform > Support) wrote: >> >> Hello Ashton, >> >> While it's not possible to delete the default version of the default >> module of an App Engine application, you can follow two simple steps to >> delete the code you've deployed: >> >> - Deploy a blank app containing only an app.yaml to the default >> version. The example below shows the minimum required content for app.yaml >> >> runtime: python27 >> >> threadsafe: true >> >> handlers: >> >> - url: / >> >> script: blank.app >> >> >> >> >> >> >> >> >> >> >> - Disable the application >> >> This way you can make sure the code you deployed before is deleted from >> the cloud, no App Engine application is running on your project and you're >> not getting billed for anything. >> >> I hope that helps. Cheers! >> > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/bae6834a-517c-4f6a-bc6a-79dc1634e16b%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
