Saltar al contenido principal
DELETE
/
api
/
v2
/
alerts
/
{id}
Eliminar alerta
curl --request DELETE \
  --url https://api.hyperdx.io/api/v2/alerts/{id} \
  --header 'Authorization: Bearer <token>'
{}

Autorizaciones

Authorization
string
header
requerido

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Parámetros de ruta

id
string
requerido

ID de la alerta

Respuesta

Alerta eliminada correctamente

The response is of type object.

Última modificación el 10 de junio de 2026