Delete a camera with an Agent
The method and parameters
The method deletes a camera with the Agent and all its streams.
A required permission level is camera-agents
.
DELETE /api/admin/v1/camera-agents/{cameraAgent} |
int cameraAgent
– a unique camera identifier.
401 |
Токен авторизации не передан или не валидный |
Responses
A detailed list of response codes is in the General description API documentation section.
A successful response:
204 |
Returns an empty response. |
Error responses:
401 |
The authorization token is invalid or isn’t submitted. |