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.
|
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"
)