delete https://app.ecwid.com/api/v3//products//combinations/
Delete a specific product variation referring to its ID.
Access scopes
Requires the following access scope: update_catalog
Response
A JSON object with the following fields:
Field | Type | Description |
---|---|---|
deleteCount | number | The number of deleted variations (1 or 0 depending on whether the request was successful) |
Errors
In case of error, Ecwid responds with an error HTTP status code
HTTP codes
HTTP Status | Meaning |
---|---|
400 | Request parameters are malformed |
402 | The "Product Variations" feature is not available on the merchant plan |
404 | The variation is not found |
500 | Cannot remove the variation because of an error on the server |