Hey,
Removes a specified znode and recursively all its children. This would happen only if such a znode is available.
Syntax:-
rmr /path
Sampe:-
rmr /FirstZnode
Output:-
[zk: localhost:2181(CONNECTED) 10] rmr /FirstZnode
[zk: localhost:2181(CONNECTED) 11] get /FirstZnode
Node does not exist: /FirstZnode