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