Delete an order amount promotion rule
How to delete an existing order amount promotion rule via API
Request
Example
curl -g -X DELETE \
'https://yourdomain.commercelayer.io/api/order_amount_promotion_rules/XAyRWNUzyN' \
-H 'Accept: application/vnd.api+json' \
-H 'Authorization: Bearer your-access-token'Last updated