pub async fn remove_members_for_project(
    configuration: &Configuration,
    project_gid: &str,
    inline_object24: InlineObject24,
    opt_pretty: Option<bool>,
    opt_fields: Option<Vec<String>>
) -> Result<InlineResponse2001, Error<RemoveMembersForProjectError>>
Expand description

Removes the specified list of users from members of the project. Returns the updated project record.