Delete Datalogger
| Parameter | Description | Required |
|---|---|---|
| action | distDelCollector | True |
| pn | Datalogger number | True |
response: No text
{
"err":0,
"desc":"ERR_NONE"
}
Possible errors:
| Response error code | Description | Details |
|---|---|---|
| 0x0007 | ERR_MISSING_PARAMETER | Missing necessary parameters |
| 0x000B | ERR_NO_PERMISSION | No permission (Datalogger does not belong to this user) |
| 0x000E | ERR_DUPLICATE_OPER | Repetitive operation |
| 0x0101 | ERR_NOT_FOUND_COLLECTOR | Datalogger not found |
| 0x0103 | ERR_INVALID_PN | Invalid Datalogger number |