DeletionConstraint
A constraint preventing a resource from being deleted.
type DeletionConstraint {
message: String!
type: String!
id: String!
}
Fields
DeletionConstraint.message ● String! non-null scalar {#message}
Human-readable explanation of why deletion is blocked
DeletionConstraint.type ● String! non-null scalar {#type}
The type of resource that cannot be deleted (e.g., 'project', 'environment')
DeletionConstraint.id ● String! non-null scalar {#id}
The identifier of the resource that cannot be deleted
Member Of
Deletable object