curl --request DELETE \
--url https://api.hyperdx.io/api/v2/alerts/{id} \
--header 'Authorization: Bearer <token>'
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Successfully deleted alert
The response is of type object.
Last modified on June 3, 2026