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

# Delete a suggestion

`DELETE /v1/models/{modelId}/suggestions/{suggestionId}`

<Note>
  **Organization Admin** permissions are required to use this endpoint.
</Note>

Permanently deletes an AI Model suggestion.

## Path parameters

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

## Response `200`

The suggestion was deleted

- SuccessResponse
  - `success` boolean

## Other responses

- `400` — Malformed ID
- `401` — Authentication required
- `403` — AI disabled for organization, model is not a shared model, or caller lacks Organization Admin permissions
- `404` — Suggestion or model not found in this organization
- `405` — Method not allowed
- `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)
