Delete Activity
The Delete activity enables users to remove a specified file or folder from an FTP server. This activity is crucial for maintaining server hygiene and managing storage by programmatically clearing unwanted data.
| Field | Description | Requirement |
|---|---|---|
| Connection name | Reference name of the connection to be used for the FTP operation. | Optional |
| File name | The full path and name of the file or folder to delete on the FTP server. | Required |
Implementation Examples
Field Setup - Connection name: ${ftpConnection}
Execution Parameters - File name: /home/Temp/Test/ftpTest.xlsx