Write

Dismiss Content Suggestion

Dismiss a single content queue suggestion so it no longer appears in your pipeline. The dismissal is recorded as a signal, which prevents the recurring suggestion cron from resurfacing the same topic. You can pass an optional reason (up to 500 characters) to sharpen future recommendations, and the tool returns an error if the suggestion ID is not found.

dismiss_content_suggestionPOST/api/v1/content/queue/dismiss
crispy — bash

Example prompt: Dismiss the content suggestion about crypto trends, it is off-topic for my audience

{
  "suggestion_id": "a1b2c3d4-5678-90ab-cdef-1234567890ab",
  "status": "dismissed",
  "reason": "Off-topic for my audience"
}
Permission scope
core
Access
Write
Category
Content

What you can build

Clear off-brand or irrelevant ideas from your content queue so only the suggestions worth posting remain.
Stop a topic from being recommended again by logging a dismissal signal the suggestion cron respects.
Provide a short reason that teaches the model your preferences and steadily improves suggestion quality.
Keep your content pipeline focused and uncluttered before reviewing what to draft and schedule next.

Parameters

Inputs accepted by dismiss_content_suggestion.

NameTypeDescription
suggestion_idstringUUID of the content_queue row to dismiss.
reasonstringOptional reason for dismissal (max 500 chars). Passed to writeFeedback.reason for model improvement.

The complete LinkedIn API. Ready when you are.

Connect your first LinkedIn profile in under 5 minutes. Every tool, every seat, no feature gates. Safe limits, warm-up, and full permission control built in.