{{groovy}} import com.xpn.xwiki.web.*; import org.xwiki.security.authorization.cache.internal.*; def entryToDelete = "xwiki:XWiki.SubGroup"; println entryToDelete; // Remove from the infinispan directly def cache = Utils.getComponent(SecurityCache.class); cache.cache.remove(entryToDelete); {{/groovy}}