Hi All,
I am using the delete document smart service to delete the documents from the folder. We are passing the document id parameter to delete the document. But it is taking much time.
How can I reduce the time it takes to delete the document.
Discussion posts and replies are publicly visible
You can't. Why not put it in a subprocess and run it asynchronously?
But then subprocess will consume more time and again need to optimize that.
For what purpose? Why are you so keen on trying to "optimize" this?