Delete an adjustment
How to delete an existing adjustment via API
To delete 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.
Request
DELETE https://yourdomain.commercelayer.io/api/adjustments/:id
Example
The following request tries to delete the adjustment identified by the ID "xYZkjABcde":
Last updated