yaml
type: "io.kestra.plugin.fs.sftp.Delete"
yaml
id: fs_sftp_delete
namespace: company.team

tasks:
  - id: delete
    type: io.kestra.plugin.fs.sftp.Delete
    host: localhost
    port: "22"
    username: foo
    password: "{{ secret('SFTP_PASSWORD') }}"
    uri: "/upload/dir1/file.txt"
Properties
Defaultfalse
Defaultfalse
Default22
Defaulttrue
Defaultfalse
Formaturi