标签
删除知识库标签
永久删除知识库标签。不会删除已被标记的知识库。
DELETE
删除知识库标签
Last modified on June 25, 2026
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
永久删除知识库标签。不会删除已被标记的知识库。
curl --request DELETE \
--url https://{api_base_url}/datasets/tags \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"tag_id": "<string>"
}
'Was this page helpful?
curl --request DELETE \
--url https://{api_base_url}/datasets/tags \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"tag_id": "<string>"
}
'