I have an AEM production server instance and I need to execute cURL command to delete a user, but it's saying access denied. Please help me with it.
curl -u username:password -FdeleteAuthorizable= http://AEMURL:4502/home/users/d/delete
I'm able to do this when I'm working on localhost. But I'm not able to do the same on production instance.