メインコンテンツへスキップ
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日