跳转到主要内容
DELETE
删除标注

授权

Authorization
string
header
必填

每个请求都通过 API Key 认证:Authorization: Bearer {API_KEY}。应用接口使用应用 API Key,知识库接口使用知识库 API Key(快速开始)。

API Key 应保存在服务端,切勿嵌入客户端代码。缺失或无效的 Key 会返回 HTTP 401unauthorized)。

路径参数

annotation_id
string<uuid>
必填

要删除的标注 ID。标注 ID 从 获取标注列表 获取。

响应

标注删除成功。