Returns (Task)
Destroy the designated Camera (from the software, the camera will still be a camera after this).
Name | Description |
---|---|
item |
Example in C#
// Returns: nothing
await client.DeleteCameratAsync(CameraInfo item);
Example in CURL
curl -X DELETE \
https://api.us.acresecurity.cloud/api/f/INSTANCE.KEY/cameras/CAMERA.KEY \
-H 'Authorization: Bearer TOKEN_GOES_HERE'