ChatterBeamDevelopers
POST · mentions:write

Mark mention irrelevant

Execute the mark_mention_irrelevant capability through REST or MCP with the same authorization and project checks.

DestructiveMinimum role: editor

REST

POST/api/v1/mentions/:mentionId/irrelevant
curl "https://chatterbeam.com/api/v1/mentions/{mentionId}/irrelevant" \
  --request POST \
  --header "Authorization: Bearer $CHATTERBEAM_API_KEY" \
  --header "Idempotency-Key: unique-operation-key"

MCP

Tool name: mark_mention_irrelevant. The tool returns the same structured { data, meta } result as REST.

Input

mentionIdRequired path identifier

Authorization

Required scope: mentions:write. Scope checks are followed by current project membership and the editor minimum role.

Related resources