Context
The Delete File Activity deletes a single file (attachment or array of bytes) from an external storage system as part of a workflow. This is helpful so that a file is not processed multiple times.
Add a New Connection to an External Storage System
First, you define a connection to an external storage system.
Supported Storage Systems
- Azure Blob Storage
- Azure File Storage
- FTP
- SFTP
- Network Drive
Delete a File from an External Storage System
Parameter | Description |
---|---|
Connection to File Storage | Connection you defined to the external storage system. |
File Path | Path to the folder that you want to delete the file from. There are a couple of ways to define the source path.
|
File Name | The file that you want to delete from an external storage system. There are a couple of ways to define the file name.
|
If the file does not exist | If the file does not exist, select how the activity proceeds.
|
Want to learn by doing? Check out this hands-on exercise. Note that only internal users can access the link. |
Admin
— Sharon Landman on 01/16/2018
Hi Sumit,
This activity only supports single-file deletion.
— Sumit Kumar Gaud on 01/03/2018
How to delete multiple files in side a folder on external storage?