Skip to main content
DELETE
/
api
/
v1
/
knowledge
/
bases
/
{kb_uuid}
删除知识库
curl --request DELETE \
  --url http://localhost:5300/api/v1/knowledge/bases/{kb_uuid} \
  --header 'X-API-Key: <api-key>'
{
  "code": 0
}

Authorizations

X-API-Key
string
header
required

Path Parameters

kb_uuid
string<uuid>
required

Response

200 - application/json

操作成功

code
integer
Example:

0