ServiceCatalog / Client / disassociate_product_from_portfolio

disassociate_product_from_portfolio#

ServiceCatalog.Client.disassociate_product_from_portfolio(**kwargs)#

Disassociates the specified product from the specified portfolio.

A delegated admin is authorized to invoke this command.

See also: AWS API Documentation

Request Syntax

response = client.disassociate_product_from_portfolio(
    AcceptLanguage='string',
    ProductId='string',
    PortfolioId='string'
)
Parameters:
  • AcceptLanguage (string) –

    The language code.

    • jp - Japanese

    • zh - Chinese

  • ProductId (string) –

    [REQUIRED]

    The product identifier.

  • PortfolioId (string) –

    [REQUIRED]

    The portfolio identifier.

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions