We have some old Solr configs in ZK and that we need to cleanup/delete.
The configs are at /configs/AAA, /configs/BBB, etc. (There are other configs under /configs as well.)
The Solr zkcli.sh script and docs provide no direction for deleting a config. The only thing that looks obvious is the "clear" parameter, but the docs and zkcli only give the example -cmd clear /solr
. I thought ./zkcli -cmd clear /configs/AAA
might work, but without being able to find much information on the internet, I'm leery of inadvertently deleting the wrong thing.
If I want to delete the old configs, do I use clear, and if so, is the path parameter /configs/?
Thanks