---
title: "Master Wallet Delete Rule"
method: DELETE
path: "/v1/wallets/{walletId}/auto-settlements/rules/{id}"
tags: ["Auto Settlements"]
---

# Master Wallet Delete Rule

`DELETE /v1/wallets/{walletId}/auto-settlements/rules/{id}`

This endpoint allows users to delete a specific auto settlement rule associated with a wallet. The rule is identified by the `id` parameter in the URL,

## Request Parameters

| Parameter | Type | Required | Description |
| --- | --- | --- | --- |
| id | string | Yes | The unique identifier of the auto-settlement rule to be deleted. |

## Response `200`

200

- object
  - `data` object
    - `destination` object
      - `address` string
      - `asset` string
      - `blockchain` string
    - `id` string
    - `isActive` boolean
    - `name` string
    - `order` string
    - `slippageTolerance` string
    - `source` object
      - `assets` string[]
      - `blockchain` string
      - `maxAmount` string
      - `minAmount` string
  - `message` string
  - `statusCode` number

---

[API](https://skmtc.net/blockradar/apis/blockradar-documentation.md) · [All operations](https://skmtc.net/blockradar/apis/blockradar-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/blockradar/blockradar-documentation/versions/97f95b4cfc0d/schema)
