---
title: "批量删除知识"
method: POST
path: "/knowledge/batch-delete"
tags: ["知识管理"]
---

# 批量删除知识

`POST /knowledge/batch-delete`

按 ID 列表批量删除单个知识库下的多个知识条目

## Request body

- InternalHandlerBatchDeleteKnowledgeRequest
  - `ids` string[], required
  - `kb_id` string, required

## Response `200`

删除成功

- object

## Other responses

- `400` — 请求参数错误
- `403` — 权限不足

## Changes

- **2026-05-11** `80a8b4b45cb8` — 1 info
  - endpoint added
- **2025-12-16** `edf61e68559d` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/tencentblueking/apis/weknora-api/changes/knowledge/batch-delete/post.md)

---

[API](https://skmtc.dev/tencentblueking/apis/weknora-api.md) · [All operations](https://skmtc.dev/tencentblueking/apis/weknora-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/tencentblueking/weknora-api/revisions/a0dc8a28a47f/schema)
