I'm trying to delete the Cloud Composer environment that I created just to try it out. I got the following error.
DELETE operation on this environment failed 9 hours ago with the following error message: A lien to prevent deletion was placed on the project by [serviceconsumermanagement.googleapis.com]. Remove the lien to allow deletion.
But I don't remember putting any lien on it. Regardless, I check the liens and try to delete it anyway. The problem is that gcloud does not show me any lien.
gcloud alpha resource-manager liens list
> Listed 0 items.
Since, other co-worker are also using this same gcp project, I can't just delete the project and start a new one. I'm wondering if anyone know anything about this? Thanks
cloud shell
, do you execute thegcloud alpha resource-manager liens list
command on the correct project ? If not add--project XXX
. – Thierry Falvo