How do I delete my Google Cloud Platform Account?
- "Disable" the billing. You can find the partly-accurate instructions here: https://support.google.com/cloud/answer/6288653?hl=en
- Find the "IAM" panel in the hamburger menu, where you have to copy-paste the names of the services (random numbers and letters) and then wait several seconds for the confirm button to turn from gray to black. For some reason, you have to delete these one at a time, in a specific order. (Note: Even if you didn't use the service, you should double-check this, because there was a lot here that I did not create.)
- Go to https://console.cloud.google.com/iam-admin/projects and trashbin the projects. Again, there was a project here called "numeric-abbey-xxxxxx" that I did not create, nor did I accept any invitations or join any groups.
To "close" your billing account:
a. Go to the Cloud Platform Console https://console.cloud.google.com/
b. Hamburger menu: select Billing.
c. Select the billing account name. (Do this twice.)
d. Click "Close billing account."
e. Type "close" to confirm.
Note: Google will not entirely "delete" your billing information:
"Upon checking, your billing account is still active. You will need to close it to prevent notifications being sent to your email. We cannot delete the details on your billing account for auditing purposes. Though rest assured that we take privacy very seriously. Once your billing account is closed, all the information will be encrypted and moved to a cold storage."
https://support.google.com/cloud/answer/6288653?hl=en
For some industry perspective, in terms of complexity, this is very unusual. Both as a consumer, developer, working at ISPs, I have never seen such a complex process to close a business account in my 20+ years of hosting. (Academia is another story.) This is not meant to be disparaging or a "rant." Depending on the type of work that you do, maybe complexity is exactly what you're looking for. I believe it's important to know what you're getting into ahead of time.
- Go to your developer account
- select project from drop down
- go top right corner click three dots icon
- select "project settings"
- click on "shut down"
This answer is for anyone who arrives at this question wanting to close a billing account and delete their credit card information from it. To delete all my credit cards, I had to close my billing account first.
- Go to Billing (in the lefthand sidebar, or also https://console.cloud.google.com/billing) and choose the right billing account you want to close.
- Go to Billing > Account Management, and click the "X" on the top banner to close this billing account. https://cloud.google.com/billing/docs/how-to/manage-billing-account#close_a_billing_account
- In Billing > Payment Method, remove your credit card.
Before, I was trying to do 3 before 2, but I kept getting an error requiring another credit card be added. I had to do step 2, then 3 worked.
By "account", I assume that you mean "Google Cloud Platform project", because a "Google Cloud Platform Account" is the same as a Google account, assuming you're referring to user credentials. You don't pay for such an account; you only pay for the resources you use, which are attached to a project.
You can easily delete a project from Google Cloud Console — once you delete it, it will delete any contained resources and you won't be charged for them.
Note that a project will not cost you anything if it is not consuming any resources.
Thus, there's no need to delete or cancel either your email accounts or projects. As soon as you stop using resources within a particular project, you will stop being charged for those resources.