v12

latestOpenAPI 3.1.0AGPL-3.0raw.githubusercontent.com2026-08-0464108237.1 KB
Rule Configuration

Delete rule config

Delete a rule configuration.

post/rule/delete

Request body

merchant_idstring required
algorithm'successRate' | 'elimination' | 'debitRouting' required

Example request

{
  "merchant_id": "test_merchant",
  "algorithm": "successRate"
}

Response

Rule config deleted

messagestring
merchant_idstring

Example response

{
  "message": "Merchant account deleted successfully",
  "merchant_id": "merchant_demo"
}