Removing a camera
When deleting a camera, if it has a reservation in DHCP, then it is deleted and the lease for the camera’s IP address is also deleted
JSON
{
"mac": "11:11:11:11:11:11",
"log_extra": {
"some": "information"
}
}
|
DELETE /api/v1/billing/cameras |
Parameters
string mac, Mac camera address
string|array log_extra, Additional information received from an external system
|
204 |
|
Successful response |
|
422 |
|
Returns a JSON object with an error. VMS Billing/General information/External system validation JSON
|