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.
Possible Errors
Allowed Viewers
Required Permissions
Can access customer queriesCan decommission devices
Can manage consumer devices
Query Complexity
1Examples
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": "throw-turn-us-police-difficult"
}
}
}