Skip to main content

Delete Product

DELETE 

/api/products/:product_id

Delete a product or package (soft delete).

This will:

  1. Mark the product as deleted in the database
  2. 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

Successful Response