---
title: "Delete a budget alert"
method: DELETE
path: "/alerts/{alert_id}"
tags: ["Alert"]
---

# Delete a budget alert

`DELETE /alerts/{alert_id}`

Delete an existing budget alert.

## Path parameters

- `alert_id` integer, required — ID of the budget alert to delete.

## Query parameters

- `cookie_name` string, nullable
- `tenant_id` integer

## Response `204`

Successful Response

## Other responses

- `401` — Missing or invalid authentication.
- `403` — Admin privileges required.
- `404` — No budget alert exists with the given id.
- `422` — Validation Error

---

[API](https://skmtc.net/neulandai/apis/neuland-ai-hub-api.md) · [All operations](https://skmtc.net/neulandai/apis/neuland-ai-hub-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/neulandai/neuland-ai-hub-api/revisions/b53e89b98c2b/schema)
