---
title: "Disconnect the calling member's account for a provider"
method: POST
path: "/v1/oauth-providers/{providerId}/disconnect"
tags: ["Capability Sources"]
---

# Disconnect the calling member's account for a provider

`POST /v1/oauth-providers/{providerId}/disconnect`

Removes the stored credential. Mutation — intentionally kept out of the agent-callable MCP surface (see policy.ts BLOCKED_OPERATION_IDS).

## Path parameters

- `providerId` string, required

## Response `200`

Disconnected.

## Other responses

- `401` — The caller must be signed in.
- `404` — 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/versions/55ba7d5c7a7b/schema)
