---
title: "Delete an alert"
canonical: https://docs.mentio.dev/api/alerts/delete-alert
markdown: https://docs.mentio.dev/api/alerts/delete-alert.mdx
---

# Delete an alert

`DELETE /v1/alerts/{id}`

## Parameters

- `id` (path, required): Alert id (feed_...).

## Responses

- 204: Deleted
- 401: Missing or invalid API key
- 404: Rule not found

Full schemas: https://api.mentio.dev/v1/openapi.json. Conventions: https://docs.mentio.dev/conventions.mdx
