---
title: "Delete rule config"
method: POST
path: "/rule/delete"
tags: ["Rule Configuration"]
---

# Delete rule config

`POST /rule/delete`

Delete a rule configuration.

## Request body

- RuleConfigGetRequest
  - `merchant_id` string, required
  - `algorithm` 'successRate' | 'elimination' | 'debitRouting', required

## Response `200`

Rule config deleted

- DeleteResponse
  - `message` string
  - `merchant_id` string

## Changes

> 13 revisions in range; 1 could not be searched.

- **2026-08-04** `36e7a0972ee6` — 1 info
  - added the optional property `merchant_id` to the response with the `200` status
- **2026-04-25** `986e537b0455` — 2 info
  - the endpoint scheme security `ApiKeyAuth` was added to the API
  - the endpoint scheme security `BearerAuth` was added to the API
- **2026-04-10** `9618544de91a` — 2 info
  - the endpoint scheme security `ApiKeyAuth` was removed from the API
  - the endpoint scheme security `BearerAuth` was removed from the API

[Change history](https://skmtc.dev/juspay/apis/decision-engine/changes/rule/delete/post.md)

---

[API](https://skmtc.dev/juspay/apis/decision-engine.md) · [All operations](https://skmtc.dev/juspay/apis/decision-engine/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/juspay/decision-engine/revisions/a35ceeb59faf/schema)
