Level 1
Level 2
Sign in to Community
Learn more
Sign in to view all badges
Expand my Community achievements bar.
This conversation has been locked due to inactivity. Please create a new post.
I am trying to run a batch script to delete a large list of unwanted image folders from dam.
Can someone hep me with a sample curl command to delete a AEM folder using curl command?
I tried using the below
curl -u admin:admin -X DELETE http://localhost:4502/assets.html/content/dam/test-path/product-assets/test
But it gives, file not found, though it is available in DAM.
Solved! Go to Solution.
Got the command:
curl -u admin:admin -X DELETE http://localhost:4502/content/dam/test/product-assets/test
and it worked. Thank you.
View solution in original post
Views
Likes
Replies