github.com/artpar/rclone@v1.67.3/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  groups: Important
     7  versionIntroduced: v1.42
     8  # autogenerated - DO NOT EDIT, instead edit the source code in cmd/deletefile/ and as part of making a release run "make commanddocs"
     9  ---
    10  # rclone deletefile
    11  
    12  Remove a single file from remote.
    13  
    14  ## Synopsis
    15  
    16  
    17  Remove a single file from remote.  Unlike `delete` it cannot be used to
    18  remove a directory and it doesn't obey include/exclude filters - if the specified file exists,
    19  it will always be removed.
    20  
    21  
    22  ```
    23  rclone deletefile remote:path [flags]
    24  ```
    25  
    26  ## Options
    27  
    28  ```
    29    -h, --help   help for deletefile
    30  ```
    31  
    32  
    33  ## Important Options
    34  
    35  Important flags useful for most commands.
    36  
    37  ```
    38    -n, --dry-run         Do a trial run with no permanent changes
    39    -i, --interactive     Enable interactive mode
    40    -v, --verbose count   Print lots more stuff (repeat for more)
    41  ```
    42  
    43  See the [global flags page](/flags/) for global options not listed here.
    44  
    45  # SEE ALSO
    46  
    47  * [rclone](/commands/rclone/)	 - Show help for rclone commands, flags and backends.
    48