Skip to content

Alert Camera Positions

APIs to manage an organisation's alert camera position links.

Delete an alert camera position link

Request

Delete a link between an alert and a camera position.

Security
api_key
Query
alertIdstring, (uuid)required

The ID of the alert whose link is being deleted.

cameraPositionIdstring, (uuid)required

The ID of the camera position being unlinked from the alert.

curl -i -X DELETE \
  'https://coreapi.hoxton.ai/_mock/v1/alert-camera-positions?alertId=497f6eca-6276-4993-bfeb-53cbbbba6f08&cameraPositionId=497f6eca-6276-4993-bfeb-53cbbbba6f08' \
  -H 'Authorization: YOUR_API_KEY_HERE'

Responses

OK.

Response
No content