Network Cameras - Delete

Delete Network Camera

DELETE /1/networkCameras/{network_camera_id}
Host: https://api.cogniac.io
HTTP 204 Code (with no body)

❗️

Network Cameras Must Be Inactive Before Deletion

You must transition an application to 'inactive' before you can delete a Network Camera

Enable/Disable network cameras associated with a gateway

POST /1/gateways/{gateway_id}/networkCameras
Host: https://api.cogniac.io

Input

{
	'network_camera_id' : [list of camera ids] OR 'all'
  'active' : True/False
}

Response

{
	'status':'success'
}