> ## Documentation Index
> Fetch the complete documentation index at: https://api-reference.hyperswitch.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Delete Success Rate Config

> Curl example for deleting success-rate scoring config.

# Delete Success Rate Config

```bash theme={null}
curl --location "$BASE_URL/rule/delete" \
  --header "$AUTH_HEADER" \
  --header "Content-Type: application/json" \
  --data '{
    "merchant_id": "merchant_demo",
    "algorithm": "successRate"
  }'
```

```json theme={null}
{ "message": "Rule config deleted successfully" }
```
