Deprecated
The license cancel endpoint allows user to create a list of license cancellation candidate devices.
thingspace_oauth VZ-M2M-Token In: header
M2M Session Token (How to generate an M2M session token?)
In: header
Account identifier.
*/*
List of licensess to remove.
TypeScript Definitions
Use the request body type in TypeScript.
License cancellation candidate devices.
application/json
application/json
curl -X POST "https://example.com/licenses/0242078689-00001/cancel" \ -H "Content-Type: */*" \ -d '<type>append</type> <count>2</count> <deviceList>990003425730535</deviceList> <deviceList>990000473475989</deviceList>'{ "count": 2, "deviceList": [ "990003425730535", "990000473475989" ]}{ "errorCode": "error code string", "errorMessage": "error message string"}List creation option.
The number of devices.
Device IMEI list.