Description Usage Arguments Value Request syntax
View source: R/servicecatalog_operations.R
Deletes the specified provisioning artifact (also known as a version) for the specified product.
You cannot delete a provisioning artifact associated with a product that was shared with you. You cannot delete the last provisioning artifact for a product, because a product must have at least one provisioning artifact.
1 2 | servicecatalog_delete_provisioning_artifact(AcceptLanguage, ProductId,
ProvisioningArtifactId)
|
AcceptLanguage |
The language code.
|
ProductId |
[required] The product identifier. |
ProvisioningArtifactId |
[required] The identifier of the provisioning artifact. |
An empty list.
1 2 3 4 5 | svc$delete_provisioning_artifact(
AcceptLanguage = "string",
ProductId = "string",
ProvisioningArtifactId = "string"
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.