删除清扫地图文件

更新时间:2023-06-20 14:54:04

本文介绍删除清扫地图文件的 API。

接口描述

删除扫地机清扫地图文件。

接口地址

DELETE: /v1.0/users/sweepers/file/{device_id}/clean-history

请求参数

参数名类型参数位置是否必填说明
device_idStringuritrue设备ID
file_idsStringquerytrue文件记录 ID,使用半角逗号拼接

返回参数

参数名类型说明
resultBoolean
  • true:成功
  • false:失败

请求示例

DELETE: /v1.0/users/sweepers/file/6c6561cfb316df6e7a****/clean-history?fileIds=14217706,14141064

返回示例

{
    "result": true,
    "t": 1641886599252,
    "success": true
}

错误码

参考 错误码