Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 409 Bytes

File metadata and controls

20 lines (17 loc) · 409 Bytes
title Delete Elimination Config
description Curl example for deleting elimination config.

Delete Elimination Config

curl --location "$BASE_URL/rule/delete" \
  --header "$AUTH_HEADER" \
  --header "Content-Type: application/json" \
  --data '{
    "merchant_id": "merchant_demo",
    "algorithm": "elimination"
  }'
{ "message": "Rule config deleted successfully" }