跳转到主要内容
DELETE
/
api
/
v2
/
alerts
/
{id}
删除告警
curl --request DELETE \
  --url https://api.hyperdx.io/api/v2/alerts/{id} \
  --header 'Authorization: Bearer <token>'
{}

授权

Authorization
string
header
必填

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

路径参数

id
string
必填

告警 ID

响应

成功删除告警

The response is of type object.

最后修改于 2026年6月10日