Pular para o conteúdo principal
DELETE
/
api
/
v2
/
alerts
/
{id}
Excluir alerta
curl --request DELETE \
  --url https://api.hyperdx.io/api/v2/alerts/{id} \
  --header 'Authorization: Bearer <token>'
{}

Autorizações

Authorization
string
header
obrigatório

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

Parâmetros de caminho

id
string
obrigatório

ID do alerta

Resposta

Alerta excluído com sucesso

The response is of type object.

Última modificação em 10 de junho de 2026