Please I need a script to delete pages with JSP in AEM. For example, I can do it on cURL with this script, curl -u admin:admin -X DELETE "http://localhost:4502/content/hostdesign24/en/page[1-3]" page deleted with curl script
I just need to the same script in JSP thanks