Appearance
Delete
Terminal Delete
Direction
POS -> Backend
This method is used to delete the registration of a terminal.
json
{
"action": "terminals",
"method": "delete",
"data": {
"TerminalId": ""
}
}
Terminal Delete Response
Direction
Backend -> POS
This is the response from the TaaS Backend for a terminal delete method.
json
{
"action": "terminals",
"method": "delete",
"data": {
"TerminalId": "",
"Approved": true,
"ResponseText": ""
}
}