DELETE
Delete a product modifier
https://api.moltin.com/v2/variation/:variationId/options/:optionId/modifiers/:modifierId
Parameters
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 required to get access to the API. |
Request Example
curl -X DELETE https://api.moltin.com/v2/variation/:variationID/option/:optionId/modifiers/:modifierId \
-H "Authorization: Bearer XXXXX"
Response Example
204 No Content
Last updated on 10/18/2022