Delete one or more devices.
Within a request, all devices must belong to the same customer.
BEWARE: this request cannot be undone.
As content received in a DELETE request has no generally defined semantics, this endpoint does not conform to RFC 9110. We provide it for convenience anyway. It may not be supported by your tools/infrastructure.
device/slcID of customer
DELETE
-
-
| Entity | Type | Nullable | Description |
|---|---|---|---|
| device | array (mainEntity) | no |
You can delete devices by slcID, slcDeviceAddress or by serial number.
if more than one attribute is present, then all attributes must match for the device to be deleted.
| Entity | Type | Nullable | Description |
|---|---|---|---|
| id | int | yes | slcID |
| device_id | int | yes | slcDeviceAddress |
| serial_number | string | yes | serial number of device |
n.a.
{"device": [
{
"id": 1902
},
{
"serial_number": "0492800"
},
{
"device_id": 398370,
"serial_number": "5273377"
},
{
"device_id": 398239,
"serial_number": "0492800"
}
]}