Delete a Product Modifier
DELETE
Delete a product modifier
https://api.moltin.com/v2/variation/:variationId/options/:optionId/modifiers/:modifierId
Path Parameters:
Name | Required | Type | Description |
---|---|---|---|
variationId | Required | string | The ID of the variation belonging to this modifier. |
optionId | Required | string | The ID of the option belonging to the modifier. |
modifierId | Required | string | The ID of the modifier to be deleted. |
Headers:
Name | Required | Type | Description |
---|---|---|---|
Authorization | Required | string | The Bearer token used to access the API. |
204 No Content
curl -X DELETE https://api.moltin.com/v2/variation/:variationID/option/:optionId/modifiers/:modifierId \
-H "Authorization: Bearer XXXXX"