WWatchLLM
post/api/v2/prompt-suggestions/{id}/dismiss

Dismiss a prompt suggestion.

Marks a pending prompt suggestion dismissed while preserving the source metadata and run history.

Requires bearer API key

Parameters

NameInDescription
X-Project-IdheaderRequired for organization-wide API keys on project-scoped endpoints. Project-scoped keys infer the project automatically.string
idpath / requiredNo description provided.string

Responses

200

Dismissed prompt suggestion.

application/json
{
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "projectId": {
      "type": "string"
    },
    "ok": {
      "type": "boolean"
    }
  },
  "required": [
    "projectId",
    "ok"
  ]
}
404

Suggestion not found.

application/json
{
  "type": "object",
  "additionalProperties": true
}
409

Suggestion is no longer pending.

application/json
{
  "type": "object",
  "additionalProperties": true
}

Try it

Send this request to the local WatchLLM REST handler. Use a key from /workspace/api; organization keys can include X-Project-Id only when the endpoint documents that header.