删除知识文档
最新更新:

删除知识文档

从知识库删除文档。

请求方式

DELETE

调用地址

https://api.gptbots.ai/v1/bot/doc/batch/delete

调用验证

详情参见【API 概述】内的鉴权方式说明。

请求

请求示例

curl --location --request DELETE 'https://api.gptbots.ai/v1/bot/doc/batch/delete?doc=67501ddb8cf3c334cd0e8e70,12345ddb8cf3c334cd0e0987' \ --header 'Authorization: Bearer YOUR_API_KEY' \ --header 'Content-Type: application/json'
          curl --location --request DELETE 'https://api.gptbots.ai/v1/bot/doc/batch/delete?doc=67501ddb8cf3c334cd0e8e70,12345ddb8cf3c334cd0e0987' \
--header 'Authorization: Bearer YOUR_API_KEY' \
--header 'Content-Type: application/json'

        
此代码块在浮窗中显示

请求头

字段 类型 描述
Authorization Bearer ${token} 使用 Authorization: Bearer ${token} 进行调用验证,请在 API 密钥页面获取密钥作为 token。
Content-Type application/json 数据类型,取值为 application/json

请求体

字段 类型 必填 说明
doc Array 要删除的文档 ID。

响应

响应示例

{ "code": 0, "message": "OK" }
          {
    "code": 0,
    "message": "OK"
}

        
此代码块在浮窗中显示

成功响应

字段 类型 描述
code Integer 响应码。
message String 响应详情。

失败响应

字段 类型 描述
code Integer 错误码。
message String 错误详情。