Function admin_delete_user

Source
pub async fn admin_delete_user(
    configuration: &Configuration,
    username: &str,
    purge: Option<bool>,
) -> Result<(), Error<AdminDeleteUserError>>