pub async fn remove_followers_for_project(
    configuration: &Configuration,
    project_gid: &str,
    inline_object26: InlineObject26,
    opt_pretty: Option<bool>,
    opt_fields: Option<Vec<String>>
) -> Result<InlineResponse2001, Error<RemoveFollowersForProjectError>>
Expand description

Removes the specified list of users from following the project, this will not affect project membership status. Returns the updated project record.