DeleteDevicesResultDeviceIds
One object per device to be deleted. Each object must contain a kind and id element identifying the device.
DeleteDevicesResultDeviceIds
One object per device to be deleted. Each object must contain a kind and id element identifying the device.
One of
DeviceIdList
Items
Each item is object { id, kind }.
An identifier for a single device.
Properties
| Name | Type | Required | Description |
|---|---|---|---|
id | string | Yes | The value of the device identifier. |
kind | string | Yes | The type of the device identifier. Valid types of identifiers are:ESN (decimal),EID,ICCID (up to 20 digits),IMEI (up to 16 digits),MDN,MEID (hexadecimal),MSISDN. |
DeviceId
An identifier for a single device.
Properties
| Name | Type | Required | Description |
|---|---|---|---|
id | string | Yes | The value of the device identifier. |
kind | string | Yes | The type of the device identifier. Valid types of identifiers are:ESN (decimal),EID,ICCID (up to 20 digits),IMEI (up to 16 digits),MDN,MEID (hexadecimal),MSISDN. |