30 lines
453 B
Markdown
30 lines
453 B
Markdown
# filebrowser users rm
|
|
|
|
Delete a user by username or id
|
|
|
|
## Synopsis
|
|
|
|
Delete a user by username or id
|
|
|
|
```
|
|
filebrowser users rm <id|username> [flags]
|
|
```
|
|
|
|
## Options
|
|
|
|
```
|
|
-h, --help help for rm
|
|
```
|
|
|
|
## Options inherited from parent commands
|
|
|
|
```
|
|
-c, --config string config file path
|
|
-d, --database string database path (default "./filebrowser.db")
|
|
```
|
|
|
|
## See Also
|
|
|
|
* [filebrowser users](filebrowser-users.md) - Users management utility
|
|
|