The unPairTerminal method clears the pairing information for the terminal so that it can be paired to a different client account. Typically this is only used for development.
HTTP Request
https://econduitapp.com/services/api.asmx/unPairTerminal?key={Key}&password={Pwd}&terminalId={Id}
JSON Response (standard transaction response fields)
{ "TerminalID": 1, "ApiKey": "", "ApiPassword": "", "Status": "Success", "ErrorMessage": null }