confluence_watcher_remove
Remove a watcher from any Confluence page using its content ID; optional account ID defaults to the authenticated user, returning a confirmation that watching is false.
Instructions
Remove a watcher from a Confluence page (account_id defaults to the authenticated user). Returns YAML {watching: false}. Mirrors omni-dev atlassian confluence watcher remove.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account_id | No | Atlassian `accountId` of the user. Defaults to the authenticated user. | |
| content_id | Yes | Confluence page (content) ID. |