Deleting uploaded Files

Deleting uploaded Files

Comments

  • When using the file upload form control and setting the output to file reference, I have noticed that any selected file is actually uploaded to the Decisions FileStorage data structure on the server. Is there any way to delete these should you wish to?

  • Yes, you can use the DeleteFile step under Integration → Internal Services → FileReferenceService in a flow to get rid of unnecessary files on the server.
    You will need to input the ID of the file to delete.

Sign In or Register to comment.