GET api/RemoveController?APIKey={APIKey}&MACaddress={MACaddress}&ControllerID={ControllerID}&ControllerPassword={ControllerPassword}
This is a very dangerous API call as it will completely delete all data and remove the controller from our system and allow the controller to be registered again.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| APIKey |
The API key provided |
string |
Required |
| MACaddress |
The MACaddress of the controller. Must be in the format of XX:XX:XX:XX:XX:XX |
string |
Required |
| ControllerID |
The ControllerID of the unit you want to remove |
string |
Required |
| ControllerPassword |
The password associated with the controller |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
The system returns a string message of "Success".
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"
application/xml, text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>