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