Delete Product Modifier

Delete a product modifier

DELETE https://api.moltin.com/v2/variation/:variationId/option/:optionId/modifiers/:modifierId

Path Parameters

NameTypeDescription

variationId

string

The ID of the variation belonging to this modifier

optionId

string

The ID of the option belonging to the modifier

modifierId

string

The ID of the modifier to be deleted

Headers

NameTypeDescription

Authorization

string

The Bearer token used to access the API

curl -X "DELETE" https://api.moltin.com/v2/variation/:variationID/option/:optionId/modifiers/:modifierId \
     -H "Authorization: Bearer XXXXX"

Last updated