---
title: "Merchant Account - Delete"
method: DELETE
path: "/accounts/{account_id}"
tags: ["Merchant Account"]
---

# Merchant Account - Delete

`DELETE /accounts/{account_id}`

Delete a *merchant* account

## Path parameters

- `account_id` string, required

## Response `200`

Merchant Account Deleted

- MerchantAccountDeleteResponse
  - `merchant_id` string, required — The identifier for the Merchant Account
  - `deleted` boolean, required — If the connector is deleted or not

## Other responses

- `404` — Merchant account not found

---

[API](https://skmtc.net/hyperswitch/apis/dynamic-routing-openapi-3-0.md) · [All operations](https://skmtc.net/hyperswitch/apis/dynamic-routing-openapi-3-0/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hyperswitch/dynamic-routing-openapi-3-0/versions/8fbf69ab2597/schema)
