github.com/10XDev/rclone@v1.52.3-0.20200626220027-16af9ab76b2a/docs/content/commands/rclone_deletefile.md (about) 1 --- 2 title: "rclone deletefile" 3 description: "Remove a single file from remote." 4 slug: rclone_deletefile 5 url: /commands/rclone_deletefile/ 6 # autogenerated - DO NOT EDIT, instead edit the source code in cmd/deletefile/ and as part of making a release run "make commanddocs" 7 --- 8 # rclone deletefile 9 10 Remove a single file from remote. 11 12 ## Synopsis 13 14 15 Remove a single file from remote. Unlike `delete` it cannot be used to 16 remove a directory and it doesn't obey include/exclude filters - if the specified file exists, 17 it will always be removed. 18 19 20 ``` 21 rclone deletefile remote:path [flags] 22 ``` 23 24 ## Options 25 26 ``` 27 -h, --help help for deletefile 28 ``` 29 30 See the [global flags page](/flags/) for global options not listed here. 31 32 ## SEE ALSO 33 34 * [rclone](/commands/rclone/) - Show help for rclone commands, flags and backends. 35