pub async fn delete_portfolio(
    configuration: &Configuration,
    portfolio_gid: &str,
    opt_pretty: Option<bool>,
    opt_fields: Option<Vec<String>>
) -> Result<InlineResponse2001, Error<DeletePortfolioError>>
Expand description

An existing portfolio can be deleted by making a DELETE request on the URL for that portfolio. Returns an empty data record.