---
title: "Remove settlement rule from virtual account"
method: DELETE
path: "/v2/users/{userId}/virtual-accounts/{accountId}/settlement-rules"
tags: ["Settlement Rules"]
---

# Remove settlement rule from virtual account

`DELETE /v2/users/{userId}/virtual-accounts/{accountId}/settlement-rules`

Remove a settlement rule from a specific virtual account. This will disable the fee structure for that account.

## Path parameters

- `userId` string, required
- `accountId` string, required

## Response `200`

Success

- RemoveSettlementRuleResponse
  - `message` string, required — Success message

## Other responses

- `401` — Unauthorized
- `404` — Resource not found
- `500` — Internal Server Error

---

[API](https://skmtc.net/hifibridge/apis/hifi-api.md) · [All operations](https://skmtc.net/hifibridge/apis/hifi-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hifibridge/hifi-api/revisions/74d9e530fbea/schema)
