Skip to main content

Delete a product

DELETE 

/pcm/products/:productID

Deletes the specified product.

You cannot delete a product if it is part of a bundle. You must first delete the bundle before you delete the product.

Request

Path Parameters

    productID stringrequired

    A unique identifier for the product.

Responses

Deletes the specified product.

Loading...