Delete Product
servicecatalog_delete_product | R Documentation |
Deletes the specified product¶
Description¶
Deletes the specified product.
You cannot delete a product if it was shared with you or is associated with a portfolio.
A delegated admin is authorized to invoke this command.
Usage¶
servicecatalog_delete_product(AcceptLanguage, Id)
Arguments¶
AcceptLanguage |
The language code.
|
Id |
[required] The product identifier. |
Value¶
An empty list.
Request syntax¶
svc$delete_product(
AcceptLanguage = "string",
Id = "string"
)