Skip to content

Delete an alert notification group link

Request

Delete a link between an alert and a notification group.

Security
api_key
Query
alertIdstring, (uuid)required

The ID of the alert whose link is being deleted.

notificationGroupIdstring, (uuid)required

The ID of the notification group being unlinked from the alert.

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

Responses

OK.

Response
No content