Delete one of the calling user's MCP connections
MCP Connections
Delete one of the calling user's MCP connections
Removes a connection and its stored (encrypted) tokens. Any in-flight authorization flow state for the connection is removed too (cascade). Idempotent from the caller’s view: deleting an already-gone connection returns 404.
After deletion, agent runs that reference this connection_id can no longer resolve a token for that
server — the tool call will fail auth. Re-connect via POST /mcp-connections to restore access.
Scope: per-user, not per-company
Only deletes connections owned by the bearer token’s company_id and user_id. A not-owned id
returns 404 without revealing that it exists.
Permission
agent_conversations resource with write verb.
DELETE
Delete one of the calling user's MCP connections

