Delete a file from a SMB (Samba for eg.) server.
yaml
type: "io.kestra.plugin.fs.smb.Delete"
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: pass
uri: "/my_share/dir1/file.txt"
Hostname of the remote server
The file to delete
Default
false
raise an error if the file is not found
Password on the remote server
Default
445
Port of the remote server
Username on the remote server
Default
false
If the files was really deleted
Format
uri
The deleted uri