confluence_watcher_remove
Remove a watcher from a Confluence page. Defaults to the authenticated user if no account_id provided.
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. |