Description
Currently there is the ability to recursive create parent znodes when you create a node. However, there is no ability to recursively delete a hierarchy. Zookeeper already provides this in their ZKUtil.java package, but it seems like a very curator-ish thing to perform as well. There is the potential difficulty involved with the guarantee() functionality, but it should be workable.