1
0
mirror of https://github.com/rclone/rclone.git synced 2025-12-15 15:53:41 +00:00
Files
rclone/docs/content/commands/rclone_rmdir.md
Nick Craig-Wood 1bdab29eab Version v1.49.3
2019-09-15 16:42:10 +01:00

33 lines
529 B
Markdown

---
date: 2019-09-15T16:41:55+01:00
title: "rclone rmdir"
slug: rclone_rmdir
url: /commands/rclone_rmdir/
---
## rclone rmdir
Remove the path if empty.
### Synopsis
Remove the path. Note that you can't remove a path with
objects in it, use purge for that.
```
rclone rmdir remote:path [flags]
```
### Options
```
-h, --help help for rmdir
```
See the [global flags page](/flags/) for global options not listed here.
### SEE ALSO
* [rclone](/commands/rclone/) - Show help for rclone commands, flags and backends.