pub async fn delete_user(
    configuration: &Configuration,
    user_id: &str,
    x_access_token: Option<&str>,
    x_secret_token: Option<&str>,
    authorization: Option<&str>,
    ehelply_active_participant: Option<&str>,
    ehelply_project: Option<&str>,
    ehelply_data: Option<&str>
) -> Result<bool, Error<DeleteUserError>>
Expand description

Soft deletes the user with the provided user id, granted the deleter is the same person or an admin. Returns True if successful