Delete Alarm Contact
Description
This API is used to delete alarm contacts.
Request Address
URL:
[Host Server]/api/v2/contact/{uid}
Address Parameter Description
Field Type Description Host Server string See Explanation of terms uid Long UID of the alarm contact Method
DELETE
Headers
Field Type Description Authorization string "Bearer " + Access token obtained from login interface Body
NULL
Successful Response
NULL
Response Codes
Code Descripiton 401 Access token expired 404 Alarm contact does not exist 400 Error message in HTTP Header [X-FBox-Code], see Appendix Three for details