The method and parameters
|
DELETE /api/v1/billing/cameras |
When a camera is deleted, any associated DHCP reservation is also removed, and the IP address lease assigned to the camera is released.
JSON
{
"mac": "11:11:11:11:11:11",
"log_extra": {
"some": "information"
}
}
string id – the ID of a camera.
string external_id – the external ID of a camera.
string mac – the MAC address of a camera.
string|array log_extra – additional information received from an external system.
|
204 |
|
Successful response |
|
422 |
|
Returns a JSON object with an error. For details, see General information/External system validation. JSON
|