logoSellhub
Products
background
Sellhub Docs
Sellhub Docs
Delete Product
DELETE
/products/{id}

Authorization

Authorization<token>

In: header

Path Parameters

productIdRequiredstring

ID of the product to delete

curl -X DELETE "https://dash.sellhub.cx/api/sellhub/products/{id}" \
  -H "Authorization: <token>"

Product deleted successfully

{
  "message": "Product deleted successfully"
}