Removing Files from Server

Removing Files from Server

Comments

  • I am trying to clean up files on my server. I am using File System storage as opposed to DB storage.

    Are there any steps to remove files from the server?

  • You can use the DeleteFile step found through Integration → Internal Services → FileReferenceService in Flow steps to remove Files from the System.

    Youll need to pass in the id of the File into this step to delete it.

Sign In or Register to comment.