새로운 문서를 작성 중입니다.새 문서로 이동
ClawOps Docs
API Reference

외부 MCP 연결 삭제

DELETE
/v1/accounts/{accountId}/mcp-connections/{connectionId}

연결을 삭제하고 이 연결을 쓰던 모든 에이전트에서 즉시 제거합니다. 응답의 affectedAgents 로 영향받은 에이전트를 확인할 수 있습니다.

Authorization

BearerAuth
AuthorizationBearer <token>

API Key를 Bearer 토큰으로 전달

In: header

Path Parameters

accountId*string

계정 ID

connectionId*string

MCP 연결 ID

Response Body

application/json

application/json

application/json

curl -X DELETE "https://example.com/v1/accounts/string/mcp-connections/string"
{
  "deleted": true,
  "affectedAgents": [
    {
      "agentId": "clx0agent000000000000001",
      "name": "예약 상담 에이전트"
    }
  ]
}
{
  "error": "string",
  "code": "recipient_blocked"
}
{
  "error": "string",
  "code": "recipient_blocked"
}