17.2. zk:delete
Abstract
delete the specified znode
Synopsis
zk:delete
[
--help
] [
-v|--version version
] [
-r|--recursive
] {
path
}
Arguments
Table 17.2, “zk:delete Arguments” describes the commands arguments.
Argument | Interpretation |
---|---|
--help | Displays the online help for this command |
-v,--version | The ZooKeeper znode version to delete. Defaults to -1 (all versions). |
-r,--recursive | Recursively delete children. Defaults to false . |
path | Path of the znode to delete. |