저장소에서 커뮤니티를 삭제하려면 RAMCommunity.setAction(RAMAction)을 사용하고 RAMAction.DELETE를 전달하십시오.
//Delete the community
community.setAction(RAMAction.DELETE);
session.put(community, new NullProgressMonitor());