yaml
type: "io.kestra.plugin.fs.smb.delete"
Examples
yaml
id: fs_smb_delete
namespace: company.team
tasks:
- id: delete
type: io.kestra.plugin.fs.smb.Delete
host: localhost
port: "445"
username: foo
password: "{{ secret('SMB_PASSWORD') }}"
uri: "/my_share/dir1/file.txt"
Properties
host *Requiredstring
uri *Requiredstring
enableSshRsa1 booleanstring
Default
false
errorOnMissing booleanstring
Default
false
password string
port string
Default
445
username string
Outputs
deleted boolean
Default
false
uri string
Format
uri