latestOpenAPI 3.1.02026-08-153864115.7 MB

c301132dbfd7

Products

Delete Product

Deletes a product. Only products with no memberships, entries, reviews, or invoices can be deleted.

delete/products/{id}

Response

product deleted

deletedboolean required

Always true.

idstring required

ID of the deleted product.

Example response

{
  "deleted": true,
  "id": "prod_xxxxxxxxxxxxxx"
}