Method: deleteEndSystemByMac

Delete end-system based on the end-system’s MAC address.

Parameters

Name Type Description
mac string MAC address of the end-system to delete
deleteOptionsMask int 0x01 – Delete values in named lists
0x02 – Delete MAC locks
0x04 – Delete end-system information
0x08 – Delete registered devices
0x10 – Force delete of end-system

Returns

A return element having the structure defined by the following table.

Name Type Description
errorCode int See the Web Service Error Codes
errorMessage string Error message in readable text
success boolean True if operation is successful

Example

Execute the following web service with a browser:

https://192.168.30.34:8443/axis/services/NACEndSystemWebService/deleteEndSystemByMac?mac=50:7A:55:6F:24:35&deleteOptionsMask=16