Skip to main content
DELETE
/
knowledge
/
{knowledge_base_id}
지식 베이스 삭제
curl --request DELETE \
  --url https://client-api.tryvox.co/v2/knowledge/{knowledge_base_id} \
  --header 'Authorization: Bearer <token>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.tryvox.co/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

API 키를 Authorization: Bearer <API_KEY> 헤더로 전달하세요. 대시보드 설정에서 발급받을 수 있습니다.

Path Parameters

knowledge_base_id
string
required

지식 베이스 ID

Response

Successful Response