Delete
Certified
Delete a file over SMB
Delete
Certified
Delete a file over SMB
yaml
type: io.kestra.plugin.fs.smb.DeleteExamples
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"
yaml
id: fs_smb_delete_regexp
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/"
regExp: ".*\.csv"
Properties
host *Requiredstring
uri *Requiredstring
errorOnMissing booleanstring
Default
falsepassword string
port string
Default
445recursive booleanstring
Default
falseregExp string
username string
Outputs
deleted boolean
Default
falseuri string
Format
uriuris array
SubTypestring