redmine_issue_remove_watcher
Remove a user from an issue's watcher list by providing the issue ID and user ID, stopping their notifications for that issue.
Instructions
Remove a watcher from an issue (DELETE /issues/:issue_id/watchers/:user_id.json).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_id | Yes | ||
| issue_id | Yes |