v1

latestOpenAPI 3.1.02026-07-2426052.7 KB

Delete devices from subscription

delete/m2m/subscriptions/{id}/serialNumbers

Path parameters

idstring required

Id of the subscription to which devices shall be added.

Request body

serialNumbersstring[]

Array of the device serial numbers which shall be added to the subscription. Serialnumber of UDP and Neul should be prefixed with IMEI:

Response

200

subscriptionIdstring
msgstring
codeinteger

Example response

{
  "subscriptionId": "d7588da6-cd36-455f-8af5-3376e886a3e3",
  "msg": "Success",
  "code": 1000
}