Simplify deletion of Workload Generator's ZooKeeper state
With x=$(zookeeper-shell my-confluent-cp-zookeeper:2181 ls /workload-generation 2>&1 >/dev/null)
, $x
should equals Node does not exist: /workload-generation
when deletion was successful.