企业🤖AI Agent构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
## 删除浏览历史记录 ### 接口说明 删除浏览历史记录 ### 接口地址 ~~~ /member/Memberfootprint/deleteFootprint ~~~ ### 传递参数 > 请求头中需带入**token**来验证身份信息。说明:会员token(app端),非用户token > > 参数类型:**POST** | 必填 | 参数 | 类型 | 说明 | | --- | --- | --- | --- | | footprint_id| true | int | 历史记录ID | * * * ### 返回参数 > 返回类型:**JSON** | 参数 | 类型 | 说明 | | --- | --- | --- | | code | int | 状态码,返回200表示调用成功 | | msg | string | 操作信息 | | data | array | 返回的array数据 | ~~~ { "code": 200, "data": [], "msg": "成功" } ~~~