paws.management (version 0.1.0)

servicecatalog_delete_provisioning_artifact: 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.

Usage

servicecatalog_delete_provisioning_artifact(AcceptLanguage, ProductId,
  ProvisioningArtifactId)

Arguments

AcceptLanguage

The language code.

  • en - English (default)

  • jp - Japanese

  • zh - Chinese

ProductId

[required] The product identifier.

ProvisioningArtifactId

[required] The identifier of the provisioning artifact.

Request syntax

svc$delete_provisioning_artifact(
  AcceptLanguage = "string",
  ProductId = "string",
  ProvisioningArtifactId = "string"
)

Details

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.