Delete Product
DELETE/api/products/:product_id
Delete a product or package (soft delete).
This will:
- Mark the product as deleted in the database
- Archive (deactivate) any associated Stripe products and prices
Note: Stripe does not allow permanent deletion of products that have been used. They will be archived (set to inactive) to preserve historical records.
SERVICE type products cannot be deleted to maintain data integrity.
Request
Responses
- 200
- 422
Successful Response
Validation Error