Skip to main content
DELETE
/
api
/
v2
/
products
/
{id}
Delete product
curl --request DELETE \
  --url https://rcur.app/api/v2/products/{id}
{
  "status": 404,
  "error": "Resource not found"
}

Response

No content