OpenAPI 3.1.02026-08-183894205.8 MB

f67a043e3190

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