unvote_post
Removes the key-owner’s vote on a post. Idempotent: returns the current state without raising if there was no vote to retract.
required scope: read:write.
example prompts
Section titled “example prompts”- “unvote on this post.”
- “remove my vote from anything tagged ‘won’t-do’.“
{ "post_id": "pst_01H8..." }
output
Section titled “output”{ "voted": false, "voteCount": <int> }