---
title: "Undismiss an alert"
method: DELETE
path: "/alerts/dismiss"
tags: ["Alerts"]
---

# Undismiss an alert

`DELETE /alerts/dismiss`

Removes an alert from the dismissed list for the authenticated user.

## Request body

- object
  - `alertId` string

## Response `200`

Alert undismissed successfully.

## Other responses

- `400` — Alert ID is required.
- `404` — Dismissed alert not found.
- `500` — Failed to undismiss alert.

---

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