Skip to content

Disassociate Product from Portfolio

servicecatalog_disassociate_product_from_portfolio R Documentation

Disassociates the specified product from the specified portfolio

Description

Disassociates the specified product from the specified portfolio.

A delegated admin is authorized to invoke this command.

Usage

servicecatalog_disassociate_product_from_portfolio(AcceptLanguage,
  ProductId, PortfolioId)

Arguments

AcceptLanguage

The language code.

  • jp - Japanese

  • zh - Chinese

ProductId

[required] The product identifier.

PortfolioId

[required] The portfolio identifier.

Value

An empty list.

Request syntax

svc$disassociate_product_from_portfolio(
  AcceptLanguage = "string",
  ProductId = "string",
  PortfolioId = "string"
)