跳转到主要内容
POST
/
datasets
/
tags
/
unbinding
Error
A valid request URL is required to generate request examples

Documentation Index

Fetch the complete documentation index at: https://dify-6c0370d8-docs-hitl-2.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

授权

Authorization
string
header
必填

API Key 认证。对于所有 API 请求,请在 Authorization HTTP 头中包含您的 API Key,并加上 Bearer 前缀。示例:Authorization: Bearer {API_KEY}强烈建议将 API Key 存储在服务端,不要在客户端共享或存储,以避免 API Key 泄漏导致严重后果。

请求体

application/json
target_id
string
必填

知识库 ID。

tag_ids
string[]

要解绑的标签 ID 列表。未提供旧版 tag_id 时必填。

Minimum array length: 1
tag_id
string
已弃用

旧版单标签字段。服务端将其归一化为 tag_ids。新接入应使用 tag_ids

响应

204

Success.