Deleting files from a decisions folder through a flow

I'm facing difficulties deleting file from a folder. I'm using GetFileReferenceInFolder step which is giving FileID along with the names of the file.

Comments

  • Hello, What I assume here is you are aware about the folder details that you can use to delete a file. You can use GetByFolderID step found under Integration → Internal Services → FileReferenceServices and pass the ID from the output of this step a DeleteEntity step. By doing so you'll be able to delete a file based on Folder Details you have.

Sign In or Register to comment.