Function asana::apis::portfolios_api::remove_members_for_portfolio[][src]

pub async fn remove_members_for_portfolio(
    configuration: &Configuration,
    portfolio_gid: &str,
    inline_object14: InlineObject14,
    opt_pretty: Option<bool>,
    opt_fields: Option<Vec<String>>
) -> Result<InlineResponse2001, Error<RemoveMembersForPortfolioError>>

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