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