---
title: "Delete merchant"
method: DELETE
path: "/merchant-account/{merchantId}"
tags: ["Merchant Account"]
---

# Delete merchant

`DELETE /merchant-account/{merchantId}`

Delete a merchant account and all associated routing configuration.

## Path parameters

- `merchantId` string, required

## Response `200`

Merchant deleted

- DeleteResponse
  - `message` string
  - `merchant_id` string

## Changes

- **2026-08-04** `36e7a0972ee6` — 1 info
  - added the optional property `merchant_id` to the response with the `200` status
- **2026-04-25** `986e537b0455` — 2 info
  - the endpoint scheme security `ApiKeyAuth` was added to the API
  - the endpoint scheme security `BearerAuth` was added to the API
- **2026-04-10** `9618544de91a` — 2 info
  - the endpoint scheme security `ApiKeyAuth` was removed from the API
  - the endpoint scheme security `BearerAuth` was removed from the API

[Change history](https://skmtc.dev/juspay/apis/decision-engine/changes/merchant-account/:merchantId/delete.md)

---

[API](https://skmtc.dev/juspay/apis/decision-engine.md) · [All operations](https://skmtc.dev/juspay/apis/decision-engine/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/juspay/decision-engine/revisions/ac1bf3c6e928/schema)
