Skip to content

Alert Sites

APIs to manage an organisation's alert site links.

Delete an alert site link

Request

Delete a link between an alert and a site.

Security
api_key
Query
alertIdstring, (uuid)required

The ID of the alert whose link is being deleted.

siteIdstring, (uuid)required

The ID of the site being unlinked from the alert.

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

Responses

OK.

Response
No content