---
title: "删除知识库"
method: DELETE
path: "/llm-application/open/knowledge/{id}"
tags: ["知识库 API"]
---

# 删除知识库

`DELETE /llm-application/open/knowledge/{id}`

根据知识库`ID`删除个人知识库。点击 **Try it** 按钮可快速试用。

## Path parameters

- `id` string, required

## Response `200`

业务处理成功

- KnowledgeDeleteResponse
  - `code` integer — 响应码，`200`为成功
  - `message` string — 响应信息
  - `timestamp` integer — 响应时间戳

## Other responses

- `default` — 请求失败。

---

[API](https://skmtc.net/bigmodel/apis/zhipu-ai-api.md) · [All operations](https://skmtc.net/bigmodel/apis/zhipu-ai-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bigmodel/zhipu-ai-api/revisions/37de2d7b73de/schema)
