Last Updated on : 2023-06-20 14:54:02download
Update the latest information about the device number based on the card number.
POST: /v1.0/iot-01/sim/unbind
Description of body
Parameter name | Type | IN | Required | Description |
---|---|---|---|---|
iccid | String | true | The ID of a specified IoT SIM card. | |
imei | String | true | The international mobile equipment identity (IMEI) that is bound. | |
new_imei | String | false | The new IMEI to be bound. This field is required if you want to bind a new one. | |
opion_type | String | true | The operation type.
|
Parameter name | Type | Description |
---|---|---|
result | Boolean | Indicates whether the operation is successful. Valid values:
|
POST: /v1.0/iot-01/sim/unbind
{
"iccid": "898828066600005****",
"opion_type": "CHG_BIND",
"imei": "88228510005****",
"new_imei": "88228510005****"
}
{
"result": true,
"t": 1626329772978,
"success": true
}
For more information, see error code.
Is this page helpful?
YesFeedbackIs this page helpful?
YesFeedback