github.com/ncw/rclone@v1.48.1-0.20190724201158-a35aa1360e3e/docs/content/commands/rclone_rmdir.md (about)

     1  ---
     2  date: 2019-06-20T16:09:42+01:00
     3  title: "rclone rmdir"
     4  slug: rclone_rmdir
     5  url: /commands/rclone_rmdir/
     6  ---
     7  ## rclone rmdir
     8  
     9  Remove the path if empty.
    10  
    11  ### Synopsis
    12  
    13  
    14  Remove the path.  Note that you can't remove a path with
    15  objects in it, use purge for that.
    16  
    17  ```
    18  rclone rmdir remote:path [flags]
    19  ```
    20  
    21  ### Options
    22  
    23  ```
    24    -h, --help   help for rmdir
    25  ```
    26  
    27  See the [global flags page](/flags/) for global options not listed here.
    28  
    29  ### SEE ALSO
    30  
    31  * [rclone](/commands/rclone/)	 - Show help for rclone commands, flags and backends.
    32