DELETE
Delete a Product Variation Option
https://api.moltin.com/v2/variation/:variationId/options/:optionId
Parameters
Path parameters
Name | Required | Type | Description |
optionId | Required | string | The ID of the option. |
variationId | Required | string | The ID of the variation belonging to the option. |
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/variations/684bceee-0ee3-4f43-ac32-50bb44c1eee5/options/39148bc3-3028-4196-9350-1b4ac927c9d6 \
-H "Authorization: Bearer XXXX"
Response Example
204 No Content
Last updated on 10/25/2022