Skip to main content
DELETE
/
products
/
{id}
Delete a product
curl --request DELETE \
  --url https://api.heffl.com/api/v2/products/{id} \
  --header 'x-api-key: <api-key>'
{
  "id": "<string>",
  "deleted": true
}

Authorizations

x-api-key
string
header
required

API key for authentication. Get yours at app.heffl.com/settings/developers

Path Parameters

id
string
required

Product ID

Response

OK

id
string
required

Product ID

deleted
boolean
required

Whether the product was deleted