Disconnect the caller’s OAuth connection for an MCP server
DELETEhttps://platform.docana.com/api/v1/mcp-servers/:mcpServerId/connection/
Deletes the caller’s stored OAuth tokens for the server. The assistant then skips the server’s tools until the user reconnects via GET /api/v1/mcp-servers/oauth/authorize/. Succeeds even when no connection exists.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
Disconnection confirmation
The request body, query, or path failed validation. See validationErrors.
The API key or session is missing, expired, or malformed.
The caller is authenticated but not allowed to perform this operation.
A resource referenced by the path does not exist or is not visible to the caller.
Unexpected server error.