Hi, I am running a Groovy script to delete some child nodes from the home/users/X folder in AEM but I am getting javax.jcr.nodetype.ConstraintViolationException: Item is protected error I am logged into CRXDE, groovy using the admin id. The script that I am running is: import javax.jcr.Node;import ...