メインコンテンツへスキップ
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 ヘッダーに Bearer プレフィックスを付けた API Key を含めてください。例: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.