---
title: "Dismiss a suggestion"
method: POST
path: "/v1/models/{modelId}/suggestions/{suggestionId}/ignore"
tags: ["AI Model Suggestions"]
---

# Dismiss a suggestion

`POST /v1/models/{modelId}/suggestions/{suggestionId}/ignore`

<Note>
  This endpoint requires **Organization Admin** permissions.
</Note>

Dismiss a suggestion, removing it from the active list. Dismissed suggestions can be restored using the [restore endpoint](/api/ai-model-suggestions/restore-a-dismissed-suggestion).

## Path parameters

- `modelId` string, uuid, required
- `suggestionId` string, uuid, required

## Request body

- object
  - `reason` string — Optional free-text reason for dismissing the suggestion.

## Response `200`

Suggestion dismissed successfully

- object
  - `success` boolean — Indicates the request was successful

## Other responses

- `400` — Invalid body or malformed ID.
- `401` — Missing or invalid authentication.
- `403` — Feature not enabled, AI disabled, model is not a shared model, or caller lacks Organization Admin permissions
- `404` — Not Found Possible error messages: - `Model not found` - `Suggestion not found` - Cross-organization suggestion access denied
- `429` — Too Many Requests - Rate limit exceeded (60 requests/minute)
- `500` — Internal Server Error

---

[API](https://skmtc.net/omni/apis/omni-api.md) · [All operations](https://skmtc.net/omni/apis/omni-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/omni/omni-api/revisions/6b02f7349d0e/schema)
