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.
servicecatalog_delete_provisioning_artifact(AcceptLanguage, ProductId,
ProvisioningArtifactId)
The language code.
en
- English (default)
jp
- Japanese
zh
- Chinese
[required] The product identifier.
[required] The identifier of the provisioning artifact.
svc$delete_provisioning_artifact( AcceptLanguage = "string", ProductId = "string", ProvisioningArtifactId = "string" )