Salesly API
API Reference

Delete a product

DELETE
/products/{reference}

Authorization

x-api-key<token>

Your tenant API key

In: header

Path Parameters

reference
Required
string
curl -X DELETE "https://rest.salesly.app/api/v1/developers/products/string" \
  -H "x-api-key: <token>"

Product deleted

{
  "deleted": true
}