thing.appid.reset
The thing.appid.reset command is used to reset the appId of a thing.
This command requires Org-Admin rights.
TR50 Request
{
"cmd": {
"command": "thing.appid.reset",
"params": {
"thingKey": "mything"
}
}
}
Request Parameters
Name |
Type |
Required |
Description |
---|---|---|---|
thingId |
String |
|
ID of the thing. |
thingKey |
String |
|
Key of the thing. |
esn |
String |
|
ESN of the thing. |
iccid |
String |
|
ICCID of the thing. |
imei |
String |
|
IMEI of the thing. |
imsi |
String |
|
IMSI of the thing. |
meid |
String |
|
MEID of the thing. |
TR50 Response
If the command is sent successfully a success message is returned. Otherwise, an error and error message will be returned.
{
"cmd": {
"success": true
}
}