Last Updated on : 2023-06-20 14:54:04
Delete the cleaning map file of a specified robot vacuum.
DELETE: /v1.0/users/sweepers/file/{device_id}/clean-history
Parameter name | Type | IN | Required | Description |
---|---|---|---|---|
device_id | String | uri | true | The device ID. |
file_ids | String | query | true | The record ID of a specified file. Multiple IDs are separated by a comma (,). |
Parameter name | Type | Description |
---|---|---|
result | Boolean | The returned result. Valid values:
|
DELETE: /v1.0/users/sweepers/file/6c6561cfb316df6e7a****/clean-history?fileIds=14217706,14141064
{
"result": true,
"t": 1641886599252,
"success": true
}
For more information, see error code.
Is this page helpful?
YesFeedbackIs this page helpful?
YesFeedback