文档
测试

Device deletion

DELETE
/qgy/equipment/delete

接口描述

Deletes the specified device according to the serial number of the device and the ID of the user

Request parameters

参数名
类型
描述
必填
deviceKey
String
Equipment serial number
必填
userId
String
ID of users
必填

Return sample

``` { "result": 1, "msg": "successful operation!", "code": "QG_SUS1000", "data":true } ```