servicecatalog_delete_provisioning_artifact {paws.management} | R Documentation |
Deletes the specified provisioning artifact (also known as a version) for the specified product
Description
Deletes the specified provisioning artifact (also known as a version) for the specified product.
See https://www.paws-r-sdk.com/docs/servicecatalog_delete_provisioning_artifact/ for full documentation.
Usage
servicecatalog_delete_provisioning_artifact(
AcceptLanguage = NULL,
ProductId,
ProvisioningArtifactId
)
Arguments
AcceptLanguage |
The language code.
|
ProductId |
[required] The product identifier. |
ProvisioningArtifactId |
[required] The identifier of the provisioning artifact. |
[Package paws.management version 0.7.0 Index]