# Delete camera Decommission a camera that is in state running or paused. Endpoint: DELETE /cameras/{cameraId} Version: 0.0.1 Security: o_auth ## Path parameters: - `cameraId` (string, required) the camera ID of the camera. ## Response 400 fields (application/json): - `code` (integer) - `message` (string) ## Response 401 fields (application/json): - `code` (integer) - `message` (string) ## Response 403 fields (application/json): - `code` (integer) - `message` (string) ## Response 404 fields (application/json): - `code` (integer) - `message` (string) ## Response 422 fields (application/json): - `code` (integer) - `message` (string) ## Response 204 fields ## Response 500 fields