Any API Call to delete dir under /etc of the CRXDe Lite?
Hello guys,
I am trying to find a way to automate deletion a dir under /etc of CRXDe Lite of the author and publish servers
http://localhost/crx/de/index.jsp#/etc/foo/bar/a1
http://localhost/crx/de/index.jsp#/etc/foo/bar/a2
http://localhost/crx/de/index.jsp#/etc/foo/bar/a3
Can anyone have any idea? I am trying the
curl -u admin:admin -X DELETE "http://localhost/crx/de/index.jsp#/etc/foo/bar/a1"
but it is not reaching the a1 dir under index.jsp also I am not sure what request URL to use to delete the a1 dir.