Red Hat Training

A Red Hat training course is available for Red Hat Fuse

22.2. zk:delete

Abstract

delete the specified znode

Synopsis

zk:delete [ --help ] [ -v|--version version ] [ -r|--recursive ] { path }

Arguments

Table 22.2, “zk:delete Arguments” describes the commands arguments.

Table 22.2. zk:delete Arguments

ArgumentInterpretation
--helpDisplays the online help for this command
-v,--versionThe ZooKeeper znode version to delete. Defaults to -1 (all versions).
-r,--recursiveRecursively delete children. Defaults to false.
pathPath of the znode to delete.