Delete all documents from a particular document folder

Hi,

My requirement is to click on a link that re-directs me to a UI, but before that I want to delete all existing documents from a document folder. Is there any way by which I can delete all the documents from a document folder in a go. I know we have a!deleteDocument() smart service which would delete a particular doc. If there is no way to delete all docs in one go, please let me know how to get the doc Ids of all existing documents in a doc folder.

  Discussion posts and replies are publicly visible

Parents
  • +1
    Certified Senior Developer

    Hi, You can use delete folder content smart service to delete the documents from the folder. It will clear everything from the folder so please make sure to use the folder for documents only.

  • Hi,
    I'd like to know if it really works, because I get this error while I try :

    Best regards,

    Jean-Jacques

  • 0
    Certified Lead Developer
    in reply to jjzemmouri

    It's because you are using different smart service, the one which deletes documents in a folder is "Delete Folder Contents".  The one you are using is "Delete Folder", which deletes an emptied folder.

Reply
  • 0
    Certified Lead Developer
    in reply to jjzemmouri

    It's because you are using different smart service, the one which deletes documents in a folder is "Delete Folder Contents".  The one you are using is "Delete Folder", which deletes an emptied folder.

Children
No Data