github.com/ncw/rclone@v1.48.1-0.20190724201158-a35aa1360e3e/docs/content/commands/rclone_deletefile.md (about) 1 --- 2 date: 2019-06-20T16:09:42+01:00 3 title: "rclone deletefile" 4 slug: rclone_deletefile 5 url: /commands/rclone_deletefile/ 6 --- 7 ## rclone deletefile 8 9 Remove a single file from remote. 10 11 ### Synopsis 12 13 14 Remove a single file from remote. Unlike `delete` it cannot be used to 15 remove a directory and it doesn't obey include/exclude filters - if the specified file exists, 16 it will always be removed. 17 18 19 ``` 20 rclone deletefile remote:path [flags] 21 ``` 22 23 ### Options 24 25 ``` 26 -h, --help help for deletefile 27 ``` 28 29 See the [global flags page](/flags/) for global options not listed here. 30 31 ### SEE ALSO 32 33 * [rclone](/commands/rclone/) - Show help for rclone commands, flags and backends. 34