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