Remove a reaction
remove_reactionWithdraw one reaction the authenticated account previously left on an article.
Removes exactly the type you name and leaves the account's other reactions on that article intact — removing 'like' does not remove a 'bookmark'. Nothing else is deleted: the article and its comments are untouched.
Safe to repeat: removing a reaction that is not there succeeds and changes nothing. Requires an API key. Call get_reactions first if you need to know what is currently set.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | Yes | Which reaction to withdraw: 'like', 'clap', or 'bookmark'. | |
| article_id | Yes | UUID of the article to un-react to, from the `id` field of article tools. |