We need to expose removeRegion(Fqn) in Cache. Right now you can create a region but there is no way to clean it up without doing
((CacheSPI) cache).getRegionManager().removeRegion(Fqn);
Good point. DOne.