Delete a SKU option
How to delete an existing SKU option via API
Last updated
How to delete an existing SKU option via API
Last updated
To 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.
DELETE https://yourdomain.commercelayer.io/api/sku_options/:id
The following request tries to delete the SKU option identified by the ID "xYZkjABcde":