메인 콘텐츠로 건너뛰기
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일