---
title: "POST /accounts/unlink"
method: POST
path: "/accounts/unlink"
---

# POST /accounts/unlink

`POST /accounts/unlink`

Unlink a merchant account from the Knot platform.

## Request body

- object
  - `external_user_id` string, required — Your unique identifier for the user.
  - `merchant_id` integer, required — Unique identifier for the merchant.

## Response `200`

Successful request.

- object
  - `message` string — Success message.

## Other responses

- `400` — Bad request.
- `401` — Unauthorized request.
- `500` — Internal server error.

---

[API](https://skmtc.net/knotapi/apis/knot-api.md) · [All operations](https://skmtc.net/knotapi/apis/knot-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/knotapi/knot-api/versions/4610832c2087/schema)
