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