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