---
title: "Delete merchant by ID"
method: DELETE
path: "/merchants/{merchantId}"
---

# Delete merchant by ID

`DELETE /merchants/{merchantId}`

## Path parameters

- `merchantId` string, required

## Response `204`

Response

- object

## Other responses

- `401` — Unauthorized access - Invalid access token
- `403` — Forbidden - Access token missing the required permissions to preform this action
- `404` — merchant not found
- `500` — Internal server error

---

[API](https://skmtc.net/open-finance/apis/auth.md) · [All operations](https://skmtc.net/open-finance/apis/auth/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/open-finance/auth/revisions/b4d401b65c3d/schema)
