Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Body Params application/json
{
"kb_id": 0,
"only_vs": false,
"file_names": [
"string"
]
}
Request Code Samples
curl --location --request DELETE 'https://api.302.ai/302/kb/knowledge_base/delete_docs' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"kb_id": 0,
"only_vs": false,
"file_names": [
"string"
]
}'
Responses
application/json {
"code": 0,
"msg": "success",
"data": {}
}
Modified at 2026-01-13 09:52:18