logoSellhub
Variants
background
Sellhub Docs
Sellhub Docs
Remove All Stock
DELETE
/products/variants/{id}/stock/remove/all

Authorization

Authorization<token>

In: header

Path Parameters

idRequiredstring

Generic ID path parameter

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

Variant stock removed successfully

{
  "message": "Variant stocked removed successfully."
}