Delete a SKU option
How to delete an existing SKU option via API
To delete a SKU option, send a DELETE
request to the /api/sku_options/:id
endpoint, where id
is the id of the SKU option that you want to delete.
Request
DELETE https://yourdomain.commercelayer.io/api/sku_options/:id
Example
The following request tries to delete the SKU option identified by the ID "xYZkjABcde":
Last updated