you can use various ways via code using java JCR API----Node root = getJcrSession().getRootNode(); String path = getFacetPath( repositoryId, facetId, name ); if ( root.hasNode( path ) ) { Node node = root.getNode( path ); do { // also remove empty container nodes Node parent = node.getParen...