latestOpenAPI 3.1.02026-08-163864115.7 MB

c363cb2feb95

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"
}