---
title: "Delete Settlement Account"
method: DELETE
path: "/v3/settlement-account/{settlementAccountId}"
tags: ["Settlement Accounts"]
---

# Delete Settlement Account

`DELETE /v3/settlement-account/{settlementAccountId}`

Deletes a settlement account. A default settlement account cannot be deleted — another account needs to be set as default before deleting current default account.

## Path parameters

- `settlementAccountId` string, required

## Headers

- `MID` string, required

## Response `200`

Settlement account deleted successfully

- object
  - `status` string
  - `message` string
  - `data` object
    - `settlementAccountId` string

## Other responses

- `400` — Validation error
- `500` — Internal server error

---

[API](https://skmtc.net/transfi/apis/transfi-single-integrated-api.md) · [All operations](https://skmtc.net/transfi/apis/transfi-single-integrated-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/transfi/transfi-single-integrated-api/revisions/adb1b62e58cf/schema)
