I’m trying to delete my entire Google Cloud account and environment, but I’m encountering a significant obstacle. The organization is stuck in the ‘RESOURCES PENDING DELETION’ state, preventing me from completing the account deletion process.
Key points:
All projects within the organization have been deleted.
There are no resources pending deletion, although the organization itself is in ‘RESOURCES PENDING DELETION’ state.
I cannot proceed with deleting the entire Google Cloud account due to this issue.
I’ve already attempted to delete the organization through the console and gcloud commands without success. Any assistance, escalation paths, or direct support contacts would be greatly appreciated as this is preventing me from closing my Google Cloud account entirely.
I understand how deeply frustrating that must be. Your organization is in a state of ‘RESOURCES PENDING DELETION’ where full deletion is being obstructed, it typically implies there is something available which has not left your system.
Here is what you might possibly check and fix:
Check for Hidden Resources – Some services like Cloud Endpoints or App Engine might still be active. Follow this documentation to double-check.
Remove Liens – Liens can block deletions. Run:
gcloud alpha resource-manager liens list --organization=YOUR_ORG_ID
If you see any, remove them (You may look into this documentation to explore more).
Ensure You Have the Right Permissions – Make sure your account has the Organization Administrator role.
If nothing works, your best bet is to contact Google Cloud Support. They can manually check what’s blocking the deletion.
Was this helpful? If so, please accept this answer as “Solution”. If you need additional assistance, reply here within 2 business days and I’ll be happy to help.