知识库
删除知识库
永久删除知识库及其所有文档。该知识库不能被任何应用正在使用。
DELETE
删除知识库
Last modified on June 25, 2026
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
永久删除知识库及其所有文档。该知识库不能被任何应用正在使用。
curl --request DELETE \
--url https://{api_base_url}/datasets/{dataset_id} \
--header 'Authorization: Bearer <token>'{
"status": 404,
"code": "not_found",
"message": "Dataset not found."
}Was this page helpful?
curl --request DELETE \
--url https://{api_base_url}/datasets/{dataset_id} \
--header 'Authorization: Bearer <token>'{
"status": 404,
"code": "not_found",
"message": "Dataset not found."
}