标注管理
删除标注
删除标注及其关联的命中历史。
DELETE
删除标注
Last modified on June 26, 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}/apps/annotations/{annotation_id} \
--header 'Authorization: Bearer <token>'{
"status": 403,
"code": "forbidden",
"message": "Forbidden."
}Was this page helpful?
curl --request DELETE \
--url https://{api_base_url}/apps/annotations/{annotation_id} \
--header 'Authorization: Bearer <token>'{
"status": 403,
"code": "forbidden",
"message": "Forbidden."
}