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
Responses
- 204
- 403
- 422
- 500
Deletes the specified product.
Forbidden
Bad request. The request failed validation.
Internal server error. There was a system failure in the platform.