Delete Monitoring Point
Description
This API is used for users to delete data monitoring points.
Request Address (Choose One)
URL1:
[Host Server]/api/v2/box/{boxId}/dmon/del
URL2:
[Host Server]/api/v2/box/dmon/del?boxNo={boxNo}
Parameter Description
Field Type Description Host Server string See Explanation of terms boxId Long Find it in Get FGate list interface: boxRegs->box->id boxNo string FGate serial number Method
POST
Headers
Field Type Description Authorization string "Bearer " + Access token obtained from login interface Body
Data monitoring point UID collection (JSON transmission)
Response Codes
Code Description 200 Successful execution 401 Access token expired 400 Error message in HTTP Header [X-FBox-Code], details in Appendix Three 429 Access the interface so frequently. See 429 Status code