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

에이전트 지식 문서 삭제

DELETE
/v1/accounts/{accountId}/agents/{agentId}/knowledge/{documentId}

지식 문서와 해당 문서에서 생성된 검색용 문서 조각을 함께 삭제합니다.

Authorization

BearerAuth
AuthorizationBearer <token>

API Key를 Bearer 토큰으로 전달

In: header

Path Parameters

accountId*string

계정 ID

agentId*string

에이전트 ID

documentId*string

지식 문서 ID

Response Body

application/json

application/json

curl -X DELETE "https://example.com/v1/accounts/string/agents/string/knowledge/string"
Empty
{
  "error": "string",
  "code": "recipient_blocked"
}
{
  "error": "string",
  "code": "recipient_blocked"
}