Remove Configuration

Removes a configuration from device

9 variables
0 variables

Removes a configuration from device

Input

This building block consumes 9 input parameters

  = Parameter name
  = Format

parent STRING Required

Required. The customer managing the device in the format customers/[CUSTOMER_ID]

device OBJECT

A DeviceReference is an API abstraction that lets you supply a device argument to a method using one of the following identifier types:

  • A numeric API resource ID.
  • Real-world hardware IDs, such as IMEI number, belonging to the manufactured device.

Methods that operate on devices take a DeviceReference as a parameter type because it's more flexible for the caller. To learn more about device identifiers, read Identifiers

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 android.os.Build.MANUFACTURER. Allowed values are listed in manufacturers

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 android.os.Build.MODEL. Allowed values are listed in models

device.deviceIdentifier.imei STRING

The device’s IMEI number. Validated on input