{
"ids": [
"string"
]
}curl --location --request DELETE '/n-agent/api/tags/remove' \
--header 'authorization;' \
--header 'referer;' \
--header 'Content-Type: application/json' \
--data '{
"ids": [
"string"
]
}'{
"detail": "操作成功",
"result": "success"
}