I am trying to delete a GCP Project in my account, but I am facing repeated errors. If I try to delete is from gcloud command line, I get the following error.
ERROR: (gcloud.projects.delete) FAILED_PRECONDITION: active child resource
- '@type': type.googleapis.com/google.rpc.PreconditionFailure
violations:
- description: active child resource
subject: services/56578916268
- '@type': type.googleapis.com/google.rpc.ResourceInfo
resourceName: projects/XXXXX
resourceType: PROJECT
If I try to delete from the portal, I get this
This number is random and changes from time to time. I also deleted the Cloud Endpoints as suggested by this link