v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1490485351.4 KB

Terminates the specified provisioned product.

This operation does not delete any records associated with the provisioned product.

You can check the status of this request using DescribeRecord.

post/#X-Amz-Target=AWS242ServiceCatalogService.TerminateProvisionedProduct

Headers

X-Amz-Target'AWS242ServiceCatalogService.TerminateProvisionedProduct' required

Request body

ProvisionedProductNamestring

The name of the provisioned product. You cannot specify both <code>ProvisionedProductName</code> and <code>ProvisionedProductId</code>.

ProvisionedProductIdstring

The identifier of the provisioned product. You cannot specify both <code>ProvisionedProductName</code> and <code>ProvisionedProductId</code>.

TerminateTokenstring required

An idempotency token that uniquely identifies the termination request. This token is only valid during the termination process. After the provisioned product is terminated, subsequent requests to terminate the same provisioned product always return <b>ResourceNotFound</b>.

IgnoreErrorsboolean

If set to true, Service Catalog stops managing the specified provisioned product even if it cannot delete the underlying resources.

AcceptLanguagestring
<p>The language code.</p> <ul> <li> <p> <code>jp</code> - Japanese</p> </li> <li> <p> <code>zh</code> - Chinese</p> </li> </ul>
RetainPhysicalResourcesboolean

When this boolean parameter is set to true, the <code>TerminateProvisionedProduct</code> API deletes the Service Catalog provisioned product. However, it does not remove the CloudFormation stack, stack set, or the underlying resources of the deleted provisioned product. The default value is false.

Response

Success