Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
🎉 vox.ai 디스코드 커뮤니티가 새로 열렸어요! 참여하기 →
지식 베이스 문서를 삭제합니다. Bearer 토큰 인증이 필요합니다.
cURL
curl --request DELETE \ --url https://client-api.tryvox.co/v2/knowledge/{knowledge_base_id}/documents/{knowledge_document_id} \ --header 'Authorization: Bearer <token>'
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
API 키를 Authorization: Bearer <API_KEY> 헤더로 전달하세요. 대시보드 설정에서 발급받을 수 있습니다.
Authorization: Bearer <API_KEY>
지식 베이스 ID
지식 문서 ID
Successful Response
Was this page helpful?