How is the bulkassets.delete servlet triggered in AEM as a Cloud Service?
Hi everyone,
I'm investigating a POST request to the following endpoint in our AEM as a Cloud Service environment:
POST /content/dam/<project>/it/folder.bulkassets.delete
From the Developer Console, I can see it's handled by the standard servlet:
com.day.cq.dam.commons.ui.impl.servlets.BulkDeleteServlet
(from the com.day.cq.dam.cq-dam-commons bundle).
I'm trying to understand what UI action triggers this servlet. I expected it to be related to selecting multiple assets in the DAM console and clicking "Delete", but when I perform that action, I only see requests to /bin/wcmcommand.
Has anyone seen this servlet in action? Specifically:
- Which UI or user action triggers bulkassets.delete?
- Is it used only in the classic DAM console, or also in the Universal Editor?
- Could it be triggered by automated processes or scripts?
Any insights or experiences would be greatly appreciated. Thanks!