文档
测试

删除设备(解绑)

POST
北美:https://10g9qird32.execute-api.us-west-2.amazonaws.com/prod/device-unbinding , 北京: https://c9x672em48.execute-api.cn-north-1.amazonaws.com.cn/v1/device-unbinding

接口描述

content-type = application/json

请求参数

参数名
类型
描述
必填
token
string
登录token
必填
form_data
array
表单数据
必填
group_id
int
群id
必填
thing_name
string
设备ID#如序列号、IMEI号
必填
id
int
设备记录id
必填

响应参数

参数名
类型
描述
必填
code
int
响应码(>=1,业务执行成功,<1业务执行失败)
必填
msg
string
业务消息
必填