ZookeeperClient::delete

ZookeeperClient::delete — Delete a existing node

Description

public bool ZookeeperClient::delete(string $path)

Parameters

path
Path of the node (e.g. “/zookeeper/quota”)

Return Values

Returns true on success, or false on error.