Delete product
DELETE/subscriptions/products/:product_uuid
You cannot delete a product if it is part of an offering. You must detach the product from the offering first.
Request
Responses
- 204
- 400
- 403
- 404
- 500
Success. The product details are removed.
Bad request. The request failed validation.
Forbidden. The operation is forbidden on this entity.
Not found. The requested entity does not exist.
Internal server error. There was a system failure in the platform.