github.com/10XDev/rclone@v1.52.3-0.20200626220027-16af9ab76b2a/docs/content/commands/rclone_rmdir.md (about)

     1  ---
     2  title: "rclone rmdir"
     3  description: "Remove the path if empty."
     4  slug: rclone_rmdir
     5  url: /commands/rclone_rmdir/
     6  # autogenerated - DO NOT EDIT, instead edit the source code in cmd/rmdir/ and as part of making a release run "make commanddocs"
     7  ---
     8  # rclone rmdir
     9  
    10  Remove the path if empty.
    11  
    12  ## Synopsis
    13  
    14  
    15  Remove the path.  Note that you can't remove a path with
    16  objects in it, use purge for that.
    17  
    18  ```
    19  rclone rmdir remote:path [flags]
    20  ```
    21  
    22  ## Options
    23  
    24  ```
    25    -h, --help   help for rmdir
    26  ```
    27  
    28  See the [global flags page](/flags/) for global options not listed here.
    29  
    30  ## SEE ALSO
    31  
    32  * [rclone](/commands/rclone/)	 - Show help for rclone commands, flags and backends.
    33