Deprecated
Creates a list of devices from which licenses will be removed if the number of MRC licenses becomes less than the number of assigned licenses.
thingspace_oauth VZ-M2M-Token In: header
M2M Session Token (How to generate an M2M session token?)
In: header
Account identifier in "##########-#####".
application/json
Cancellation candidate device list.
TypeScript Definitions
Use the request body type in TypeScript.
List of devices to removes.
application/json
application/json
curl -X POST "https://example.com/licenses/0242078689-00001/cancel" \ -H "Content-Type: application/json" \ -d '{ "type": "append", "deviceList": [ "990003425730535", "990000473475989" ] }'{ "count": 2, "deviceList": [ "900000000000001", "900000000000999" ]}{ "errorCode": "error code string", "errorMessage": "error message string"}Set to 'append' to append the devices in the current request to the existing list. If there is no existing list then it will be created with only these devices. Leave this parameter out when you want to replace the existing list with the devices in the current request.
The IMEIs of the devices.