cURL
curl --request DELETE \ --url https://open.bigmodel.cn/api/llm-application/open/knowledge/{id} \ --header 'Authorization: Bearer <token>'
{ "code": 123, "message": "<string>", "timestamp": 123 }
根据知识库id删除个人知识库。
使用以下格式进行身份验证:Bearer <your api key>
知识库id
业务处理成功
The response is of type object.
object
Was this page helpful?