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