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