SFTP Delete
SFTP Delete
Section titled “SFTP Delete”Type: sftp-delete · Package: SFTP Activities v1.0.0
Deletes a file from the SFTP server. Useful for cleaning already processed files, if the flow requires it.
How it works
Section titled “How it works”Delete the remotePath file on the server.
Required parameters
Section titled “Required parameters”| Parameter | Editor | Description |
|---|---|---|
remotePath | expression | Path of the remote file to delete. |
Optional parameters
Section titled “Optional parameters”| Parameter | Editor | Description |
|---|---|---|
session | session | SFTP Connect session. Within a body it is inherited. |
Example
Section titled “Example”SFTP Delete remotePath = "/temporal/lote.csv"Related activities
Section titled “Related activities”- SFTP Move / Rename — archivar en vez de borrar.
- SFTP Exists — comprobar antes.