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

# Delete a suggestion

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

Permanently deletes a suggestion. Requires organization admin permissions.

## Path parameters

- `modelId` string, uuid, required — UUID of the shared model the suggestion belongs to
- `suggestionId` string, uuid, required — UUID of the suggestion

## Response `200`

The suggestion was deleted

- SuccessResponse
  - `success` boolean, required — Whether the operation was successful

## Other responses

- `400` — Malformed id
- `401` — Authentication required
- `403` — Feature not enabled, AI disabled, 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

---

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