2018-06-16 19:21:09 +02:00
|
|
|
---
|
2019-10-26 12:04:54 +02:00
|
|
|
date: 2019-10-26T11:04:03+01:00
|
2018-06-16 19:21:09 +02:00
|
|
|
title: "rclone deletefile"
|
|
|
|
slug: rclone_deletefile
|
|
|
|
url: /commands/rclone_deletefile/
|
|
|
|
---
|
|
|
|
## rclone deletefile
|
|
|
|
|
2018-09-01 13:58:00 +02:00
|
|
|
Remove a single file from remote.
|
2018-06-16 19:21:09 +02:00
|
|
|
|
|
|
|
### Synopsis
|
|
|
|
|
|
|
|
|
2018-09-01 13:58:00 +02:00
|
|
|
Remove a single file from remote. Unlike `delete` it cannot be used to
|
2018-06-16 19:21:09 +02:00
|
|
|
remove a directory and it doesn't obey include/exclude filters - if the specified file exists,
|
|
|
|
it will always be removed.
|
|
|
|
|
|
|
|
|
|
|
|
```
|
|
|
|
rclone deletefile remote:path [flags]
|
|
|
|
```
|
|
|
|
|
|
|
|
### Options
|
|
|
|
|
|
|
|
```
|
|
|
|
-h, --help help for deletefile
|
|
|
|
```
|
|
|
|
|
2019-06-20 17:18:02 +02:00
|
|
|
See the [global flags page](/flags/) for global options not listed here.
|
|
|
|
|
2018-06-16 19:21:09 +02:00
|
|
|
### SEE ALSO
|
|
|
|
|
2018-10-15 12:03:08 +02:00
|
|
|
* [rclone](/commands/rclone/) - Show help for rclone commands, flags and backends.
|
2018-06-16 19:21:09 +02:00
|
|
|
|