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