---
title: "Delete Alert"
method: DELETE
path: "/v1/alert/{alert_id}"
tags: ["Alerts"]
---

# Delete Alert

`DELETE /v1/alert/{alert_id}`

Delete an alert and its agent associations

## Path parameters

- `alert_id` string, uuid, required

## Headers

- `X-API-Key` string, required

## Response `200`

Successful Response

- DeleteAlertResponse — Response model for deleting an alert
  - `message` string, required — Success message
  - `deleted_alert_id` string, required — ID of the deleted alert

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/getbluejay/apis/bluejay-api.md) · [All operations](https://skmtc.net/getbluejay/apis/bluejay-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/getbluejay/bluejay-api/versions/f48cef80963f/schema)
