KgDeleteNodeInput
**Experimental**
input KgDeleteNodeInput {
hardDelete: Boolean!
id: ID!
}
Fields
KgDeleteNodeInput.hardDelete ● Boolean! non-null scalar
**Experimental** When false, the entity is moved to the Vault recycle bin and can be restored; when true, it is permanently deleted.
KgDeleteNodeInput.id ● ID! non-null scalar
**Experimental** The grid identifier of the entity to delete.