---
title: "Disconnect the calling member's account for a per-member External MCP Connection"
method: POST
path: "/v1/mcp-connections/{connectionId}/disconnect-my-account"
tags: ["Authentication"]
---

# Disconnect the calling member's account for a per-member External MCP Connection

`POST /v1/mcp-connections/{connectionId}/disconnect-my-account`

Removes only the caller's connected account for this MCP connection. The org-level connection, access grants, OAuth client configuration, and other members' accounts are preserved.

## Path parameters

- `connectionId` string, typeid, required

## Response `200`

Disconnected.

## Other responses

- `400` — This connection does not use per-member credentials.
- `401` — The caller must be signed in.
- `404` — Unknown connection or nothing was connected.

---

[API](https://skmtc.net/openworklabs/apis/den-api.md) · [All operations](https://skmtc.net/openworklabs/apis/den-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/openworklabs/den-api/revisions/55ba7d5c7a7b/schema)
