ChatterBeamDevelopers
DELETE · mentions:write

Delete mention view

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

DestructiveMinimum role: editor

REST

DELETE/api/v1/mention-views/:viewId
curl "https://chatterbeam.com/api/v1/mention-views/{viewId}" \
  --request DELETE \
  --header "Authorization: Bearer $CHATTERBEAM_API_KEY" \
  --header "Idempotency-Key: unique-operation-key"

MCP

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

Input

viewIdRequired path identifier

Authorization

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

Related resources