Skip to content

Delete an alert occupancy monitor link

Request

Delete a link between an alert and an occupancy monitor.

Security
api_key
Query
alertIdstring, (uuid)required

The ID of the alert whose link is being deleted.

occupancyMonitorIdstring, (uuid)required

The ID of the occupancy monitor being unlinked from the alert.

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

Responses

OK.

Response
No content