Skip to main content
SFTP

SFTP - Delete file

SFTP - Delete file

Permanently removes a file from the SFTP server at the given path. Ideal for automating the cleanup of temporary files, the removal of processed items or the management of space on remote servers.


Options

Connection

Select the SFTP: Connect action that will be used to reach the server.

Path

Enter the full path of the file to remove on the SFTP server, including the file name and its extension.

Returns

This action has no returns.

Rules and Conditions

  • The Connection and Path fields are required.
  • The removal is permanent and cannot be undone.
  • This action only removes files. To remove directories, use SFTP: Remove directory.