---
title: "Dismiss a budget suggestion"
method: POST
path: "/analytics/v1/budget-suggestions/{id}/actions/dismiss"
tags: ["Budget Suggestions"]
---

# Dismiss a budget suggestion

`POST /analytics/v1/budget-suggestions/{id}/actions/dismiss`

Marks the suggestion as dismissed so it no longer appears in the pending list.

## Path parameters

- `id` string, required

## Request body

- BudgetSuggestionDismissRequest — Optional reason for dismissing a budget suggestion.
  - `reason` 'not_relevant' | 'wrong_amount' | 'covered_elsewhere' | 'other'

## Response `200`

OK - The suggestion was dismissed.

- object
  - `id` string — ID of the dismissed suggestion.
  - `status` 'dismissed'

## Other responses

- `400` — Bad Request - The server cannot process the request, often due to a malformed request.
- `401` — Unauthorized - Invalid API key.
- `403` — Forbidden - The client is not authorized to perform the request.
- `404` — Not Found - The requested resource does not exist.
- `500` — Internal Server Error - Something went wrong with the DoiT API server.

---

[API](https://skmtc.dev/doit/apis/doit-cloud-intelligence.md) · [All operations](https://skmtc.dev/doit/apis/doit-cloud-intelligence/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/doit/doit-cloud-intelligence/revisions/9416402fc119/schema)
