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