---
title: "Delete Alert"
method: DELETE
path: "/api/v2/alerts/{id}"
tags: ["Alerts"]
---

# Delete Alert

`DELETE /api/v2/alerts/{id}`

Deletes an alert

## Path parameters

- `id` string, required

## Response `200`

Successfully deleted alert

- EmptyResponse

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Alert not found

## Changes

- **2026-07-08** `6f4381730123` — 1 info
  - added the non-success response with the status `403`
- **2026-01-30** `ed852374c451` — 1 info
  - removed the non-success response with the status `403`

[Change history](https://skmtc.dev/hyperdxio/apis/hyperdx-external-api/changes/api/v2/alerts/:id/delete.md)

---

[API](https://skmtc.dev/hyperdxio/apis/hyperdx-external-api.md) · [All operations](https://skmtc.dev/hyperdxio/apis/hyperdx-external-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/hyperdxio/hyperdx-external-api/revisions/3399efdca551/schema)
