删除知识库 | 大装置帮助中心
跳到主要内容

删除知识库

管理员可以删除不再需要的知识库。

Path Parameters
    dataset_id string required

    指定删除哪个知识库。

Responses

OK

DELETE /v1/datasets/:dataset_id

Authorization

name: bearerAuthtype: httpscheme: bearer

Request

Base URL
https://rag.cn-sh-01.sensecoreapi.cn/studio/rag/chat
Bearer Token
dataset_id — path required
curl / cURL
curl -L -X DELETE 'https://rag.cn-sh-01.sensecoreapi.cn/studio/rag/chat/v1/datasets/:dataset_id' \
-H 'Authorization: Bearer <TOKEN>'