Deprecated
This endpoint allows user to remove licenses from a list of devices.
thingspace_oauth VZ-M2M-Token In: header
M2M Session Token (How to generate an M2M session token?)
In: header
Account identifier.
*/*
License removal.
TypeScript Definitions
Use the request body type in TypeScript.
IMEIs of the devices to assign or remove licenses.
application/json
application/json
curl -X POST "https://example.com/licenses/0242078689-00001/remove" \ -H "Content-Type: */*" \ -d '<deviceList>990003425730535</deviceList> <deviceList>990000473475989</deviceList> <deviceList>900000000000999</deviceList>'{ "accountName": "0242078689-00001", "licTotalCount": 1000, "licUsedCount": 998, "deviceList": [ { "deviceId": "990003425730535", "status": "Success", "resultReason": "Success" }, { "deviceId": "990000473475989", "status": "Success", "resultReason": "Success" }, { "deviceId": "900000000000999", "status": "Failure", "resultReason": "No license attached to device" } ]}{ "errorCode": "error code string", "errorMessage": "error message string"}Account name.
Device IMEI list.