17.2. zk:delete
Abstract
						delete the specified znode
					
Synopsis Copy linkLink copied to clipboard!
Copy linkLink copied to clipboard!
zk:delete  [
					--help
				] [
					-v|--version version
				] [
					-r|--recursive
				] {
					path
				}
Arguments Copy linkLink copied to clipboard!
Copy linkLink copied to clipboard!
				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. |