Soft-delete a signal from the feed. Dismissed signals are hidden from the default view.
signal_results.dismissed = true for a single signal owned by the caller. The signal remains in the database (for analytics) but is excluded from the default feed view.
The request body is empty.
feedbackSignalFeed (thumbs-down) to also improve future scoring.Reversal. No public endpoint un-dismisses a signal — this is a one-way action from the API surface. Confirm with the human before dismissing high-score signals.Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Signal result UUID.
^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$Signal dismissed (or already was).
true