API 참조
vox.ai API 엔드포인트 목록
지식 베이스 문서를 삭제합니다. 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>" } ] }
The access token received from the authorization server in the OAuth 2.0 flow.
지식 베이스 ID
지식 문서 ID
Successful Response
Was this page helpful?