logoSellhub
Variants
background
Sellhub Docs
Sellhub Docs
Delete Variant
DELETE
/products/variants/{id}

Authorization

Authorization<token>

In: header

Path Parameters

idRequiredstring

Generic ID path parameter

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

Variant deleted successfully

{
  "message": "Variant deleted successfully"
}