How to delete Project from Google Developers Console
Asked Answered
C

10

106

Seems like Google services are increasingly harder to manage. Now i want to delete a project ID that was previously created in another test account.

Assuming that I could recreate it in another account. The main reason for this is that the Google+ app is connected/created in this test account and the email address will be shown when someone is confronted with the login credentials.

Google says that this is possible (https://developers.google.com/console/help/):

Deleting a project

Deleting a project from the Console releases all resources used within the project itself. Please note that in order to delete a project, you must first disable billing on the project. Additionally, please note that the time it takes to delete a project may vary based on the number or kind of services in use within the project.

When I go to billing, it shows that no billing profile has been set up.

Circulation answered 17/7, 2014 at 10:32 Comment(2)
If some one looking for delete project from GCM look out this ans https://mcmap.net/q/165634/-how-to-delete-a-project-from-google-cloud-consoleCloudy
I frequently use this thing and routinely have to google how to do stuff in itScraper
P
151

The delete button is right there where the help page says it is.

To shut down a project using the Cloud Platform Console:

  • Open the Settings page in the Google Cloud Platform Console.

  • Click Select a project.

  • Select a project you wish to delete, and click Open.
  • Click Shut down.
  • Enter the Project ID and click Shut down.

Please note that there is a 7-day grace period before the project is actually purged from the system. Which means you won't be able to immediately create another project with the same name.

Polyp answered 11/9, 2014 at 9:6 Comment(5)
Mi projects are still "shut down and pending deletion" after 10 days...Chaetognath
It needs 30-day period now to be completely removedReservoir
you need images of the buttonsParenthesis
@Reservoir It is different from google play console project, right?Twoedged
any way to expedite this now 30 day grace period? Trying to overcome "Fingerprint is already in use" issue on an oath client id i had deleted :/Dropwort
L
33

Simply go to https://console.developers.google.com/iam-admin/projects you must be signed in of course. There you will see the all your projects google console projects so just select the project you want to delete, and click delete project option which is shown at the top of the table. I have provided the screenshothere

Leucocytosis answered 28/2, 2017 at 8:5 Comment(3)
To other Googlers: this is outdated now.Hausfrau
The link works as of March 7th 2019. The interface doesn't look the same but you can access the 'delete' function by clicking three vertical dots on the extreme right of each project.Worn
I used console.cloud.google.com/cloud-resource-managerCasern
Z
25

Go to Google Cloud Console, select the project then IAM and Admin and Settings

enter image description here

now SHUT DOWN

enter image description here

Then you have to wait for the project deletion.

enter image description here

enter image description here

Zagazig answered 25/7, 2018 at 0:6 Comment(2)
Feb 2019 checking in here. This is the appropriate way to do it.Hausfrau
Jan 2021 - This is the wayArliearliene
P
19
  1. Open https://console.cloud.google.com/cloud-resource-manager
  2. Select the projects you want to remove
  3. Click 'Remove'
Prisage answered 8/3, 2019 at 21:17 Comment(0)
W
8

As of this writing, it was necessary to:

  1. Select 'Manage all projects' from the dropdown list at the top of the Console page
  2. Click the delete button (trashcan icon) for the specific project on the project listing page
Winnebago answered 21/4, 2015 at 14:42 Comment(3)
Currently, In newer console this is how you delete it.Montelongo
Well, I've deleted and still can't use my SHA1 keyEisk
This puts projects into a pending deletion list. Why can't it just be deleted there and then if there are not billing settings for this project. All I have is a Android Maps api key. Hello 21st century.Ruralize
S
5
  1. Click "Utilities and more" near the upper right corner of the screen after choosing your project three-dotted icon
  2. Choose "Project settings" from the drop down of the "Utilities and more" icon.

Now you may see trash icon and DELETE PROJECT button.

Stempien answered 23/8, 2016 at 1:50 Comment(0)
P
1
  1. Go to the developers console and pick the application from the dropdown
  2. Select the utilities icon (see image below) and click project settings
  3. Click on the the Delete Project link
  4. Enter the project ID and click Shutdown, project will be deleted in 7 days

enter image description here

Plinth answered 25/9, 2016 at 12:8 Comment(0)
E
1

I found when I accessed here https://console.cloud.google.com/home/dashboard

Then I got redirected to my active project, which was something like https://console.cloud.google.com/home/dashboard?project={THE_ID_OF_YOUR_PROJECT}

Then right bellow the project info, there was this Manage Options (note: I'm using Portuguese language here "Gerenciar as configurações do projeto" means "Manage project settings")

enter image description here

Then, finally, the delete option ("Excluir Projeto" means Delete Project)

enter image description here

Yep, it was hard

Embower answered 3/1, 2017 at 20:7 Comment(0)
W
0

You can try delete project via Google Cloud Platform https://console.cloud.google.com/iam-admin/projects delete project from google cloud platform

Select required project and click DELETE PROJECT. The project will be completely deleted after 7 days

Wainwright answered 16/1, 2017 at 10:50 Comment(0)
T
0

For me only way to delete project was switch language to English (UK) - from Polish and then button "DELETE" worked. If anyone have problem with not working or missing options in Google Cloud Platform I suggest switching to english after that everything works like charm...

Traditor answered 24/5, 2017 at 9:47 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.