v1
latestOpenAPI 3.0.02026-07-243339471.1 MBDevices
Delete a device by serial number
This API endpoint deletes a network device based on the provided serial number.
delete/network-monitoring/v1/devices/{serial-number}
Path parameters
serial-numberstring const required
The device serial number.
Example:AP00000001
The serial number of the device.
Response
Details of a deleted device, including Access Point or Switch or Gateway.
Example response
{
"serialNumber": "CMZR001874",
"macAddress": "bb:5d:11:85:c0:00",
"deviceName": "ArubaAP",
"deviceType": "ACCESS_POINT",
"model": "AP-115",
"partNumber": "JZ336A",
"deployment": "Standalone",
"role": "Conductor",
"deviceFunction": "Instant",
"firmwareVersion": "8.5.2.0_59123",
"ipv4": "114.191.59.254",
"ipv6": "10.27.119.19",
"status": "ONLINE",
"uptimeInMillis": 1702794777,
"lastSeenAt": null,
"siteId": "1120972196",
"buildingId": "1120972196_1",
"floorId": "1120972196_1_",
"configStatus": null,
"configLastModifiedAt": null,
"siteName": "site-12-dec",
"clusterName": "cluster 1",
"notes": "Device is located in Building A, Floor 2",
"id": "CMZR001874",
"type": "network-monitoring/device-monitoring"
}