Hi We have implemented IOHandler, PropertyHandler, CopyMoveHandler in our project to plugin some of our application logic while handling webdav requests. I am able to handle PUT and MOVE via importContent and move methods respectively. How can I handle DELETE request?
Thanks
