Delete Alarm Entry
Description
This API is used to delete alarm entries.
Request Address (Choose One):
URL1:
[Host Server]/api/v2/box/{boxId}/alarm/del
URL2:
[Host Server]/api/v2/box/alarm/del?boxNo={boxNo}
Address 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 Serial number of FGate Method
POST
Headers
Field Type Description Authorization string "Bearer " + Access token obtained from login interface Body
JSON transmission of alarm entry point UID collection
Successful Response
NULL
Response Codes
Code Description 200 Execution successful 401 Access token expired 400 Error message in HTTP Header [X-FBox-Code], see Appendix Three for details 429 Access the interface so frequently. See 429 Status code