Removing from favorites
Remove a camera from the favorites list
DELETE/api/v1/cameras/{camera}/favoritesHeaders | |||||||||
Authorization | Bearer token | ||||||||
Accept | application/json | ||||||||
X-Client | ios-cctv|android-cctv|thick-legal|web | ||||||||
X-UUID | unique device id |
Body | |||||||||
cameraoptional | int | Camera identifier to remove from favorites |
Response | |||||||||
200 | Successful response | ||||||||
JSON
| |||||||||
401 | Authorization token not provided or invalid, see Obtaining a token | ||||||||
404 | If the camera is not added or the user does not have access to it |
Example | |||||||||
JSON
|