I am unable to delete my workspace account because of the flowing error
"Delete Google Cloud resources"
i am unbale to delete them in the cloud?
Solved! Go to Solution.
Hello @thomasbaulch1,
Thank you for contacting Google Cloud Community.
Please check for any active projects available in the folders you are trying to delete. you can validate the same using the command: gcloud projects list --filter='parent.id=**********
. I request you delete this Project first using the command: gcloud projects delete project_id
and then try deleting the Folder, please refer to document [1 & 2] for more information.
If you delete your Google Workspace account, it will delete your organization resource and all resources associated with it. Therefore, if you want to delete your organization resource, you can do so by deleting your Google Workspace account. For Cloud Identity users, cancel all other Google services, then delete your Google account. This is potentially a very damaging action that might be impossible to fully reverse, so it is recommended to only take this action if you are certain there are no resources in active use.
Cancel your subscription & delete your Google Workspace account by following the below steps :
Google begins deleting your Google Workspace data 51 days after you cancel your subscription. It’s important to note that:
Workaround:
Before deleting a Google Workspace account, the super admin must first delete all associated Google Cloud projects and folders. If you want to find resources associated with your Cloud organization, go to Google Cloud. The super admin will need the Organization Administrator, Folder Admin and Project Deleter Role to modify project and folder resources.
If your Cloud organization has Apps Script Projects, you need to delete them along with other Cloud projects before you can delete the Google Workspace account. For details, see Get a list of Apps Script Google Cloud projects
If your Cloud organization has Access Context Manager policies defined, you need to also delete them before you can delete the Google Workspace account.
If you would like a programmatic way to interact with your Organization’s resources, see this script found in our open source Github repository.
I hope the above information is helpful 🙂
Thanks & Regards,
Manish Bavireddy.
[1] https://developers.google.com/apps-script/guides/cloud-platform-projects#get_a_list_of
[2] https://developers.google.com/apps-script/guides/cloud-platform-projects#delete
Hello @thomasbaulch1,
Thank you for contacting Google Cloud Community.
Please check for any active projects available in the folders you are trying to delete. you can validate the same using the command: gcloud projects list --filter='parent.id=**********
. I request you delete this Project first using the command: gcloud projects delete project_id
and then try deleting the Folder, please refer to document [1 & 2] for more information.
If you delete your Google Workspace account, it will delete your organization resource and all resources associated with it. Therefore, if you want to delete your organization resource, you can do so by deleting your Google Workspace account. For Cloud Identity users, cancel all other Google services, then delete your Google account. This is potentially a very damaging action that might be impossible to fully reverse, so it is recommended to only take this action if you are certain there are no resources in active use.
Cancel your subscription & delete your Google Workspace account by following the below steps :
Google begins deleting your Google Workspace data 51 days after you cancel your subscription. It’s important to note that:
Workaround:
Before deleting a Google Workspace account, the super admin must first delete all associated Google Cloud projects and folders. If you want to find resources associated with your Cloud organization, go to Google Cloud. The super admin will need the Organization Administrator, Folder Admin and Project Deleter Role to modify project and folder resources.
If your Cloud organization has Apps Script Projects, you need to delete them along with other Cloud projects before you can delete the Google Workspace account. For details, see Get a list of Apps Script Google Cloud projects
If your Cloud organization has Access Context Manager policies defined, you need to also delete them before you can delete the Google Workspace account.
If you would like a programmatic way to interact with your Organization’s resources, see this script found in our open source Github repository.
I hope the above information is helpful 🙂
Thanks & Regards,
Manish Bavireddy.
[1] https://developers.google.com/apps-script/guides/cloud-platform-projects#get_a_list_of
[2] https://developers.google.com/apps-script/guides/cloud-platform-projects#delete