Skip to main content

delete_user

Function delete_user 

Source
pub async fn delete_user(args: &[String]) -> Result<(), CliError>
Expand description

Delete a user by username from a JsonUserStore at the given path.

Must be called from within a tokio runtime (e.g. #[tokio::main]).