removeConsumerDevice
Triggers the orchestration to remove a consumer device from the ESME, GSME, GPF and CHF/HAN. Currently limited to only CAD devices.
Arguments
Input fields for remove device.
Returns
RemoveConsumerDeviceTriggers the orchestration to remove a consumer device from the ESME, GSME, GPF and CHF/HAN. Currently limited to only CAD devices.
Can access customer queries
Can decommission devices
Can manage consumer devices
Can decommission devices
Can manage consumer devices
Examples
The example data in the variables and responses below are autogenerated values designed to resemble real inputs. They do not represent actual customer data, and in some cases may require additional validation.
mutation RemoveConsumerDevice($input: RemoveConsumerDeviceInput!) {
removeConsumerDevice(input: $input) {
requestReference
}
}
Variables
{
"input": RemoveConsumerDeviceInput
}
Response
{
"data": {
"removeConsumerDevice": {
"requestReference": "character-try-take-system-apply"
}
}
}