Unclaim
|
|||||
|
|
Unclaims a device from a customer and removes it from zero-touch enrollment.
After removing a device, a customer must contact their reseller to register the device into zero-touch enrollment again
Input
This building block consumes 9 input parameters
Name | Format | Description |
---|---|---|
parent Required |
STRING |
Required. The customer managing the device. An API resource name in the
format |
device |
OBJECT |
A
Methods that operate on devices take a |
device.deviceId |
INTEGER |
The ID of the device |
device.deviceIdentifier |
OBJECT |
Encapsulates hardware and product IDs to identify a manufactured device. To understand requirements on identifier sets, read Identifiers |
device.deviceIdentifier.meid |
STRING |
The device’s MEID number |
device.deviceIdentifier.manufacturer |
STRING |
The device manufacturer’s name. Matches the device's built-in
value returned from |
device.deviceIdentifier.serialNumber |
STRING |
The manufacturer's serial number for the device. This value might not be unique across different device models |
device.deviceIdentifier.model |
STRING |
The device model's name. Matches the device's built-in value returned from
|
device.deviceIdentifier.imei |
STRING |
The device’s IMEI number. Validated on input |
= Parameter name
= Format
parent STRING Required Required. The customer managing the device. An API resource name in the
format |
device OBJECT A
Methods that operate on devices take a |
device.deviceId INTEGER The ID of the device |
device.deviceIdentifier OBJECT Encapsulates hardware and product IDs to identify a manufactured device. To understand requirements on identifier sets, read Identifiers |
device.deviceIdentifier.meid STRING The device’s MEID number |
device.deviceIdentifier.manufacturer STRING The device manufacturer’s name. Matches the device's built-in
value returned from |
device.deviceIdentifier.serialNumber STRING The manufacturer's serial number for the device. This value might not be unique across different device models |
device.deviceIdentifier.model STRING The device model's name. Matches the device's built-in value returned from
|
device.deviceIdentifier.imei STRING The device’s IMEI number. Validated on input |