fenceDeviceDel
POST
/v2/openapi/fence/device/delRequest
Body Params application/json
fenceId
string | null
required
Default:
null
deviceId
string | null
required
Default:
null
Example
{
"fenceId": "null",
"deviceId": "null"
}
Request samples
Responses
Success(200)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
code
integer | null
optional
data
object ()
optional
msg
string | null
optional
Example
{
"code": 0,
"data": {},
"msg": ""
}
Last modified: 1 年前