Skip to content

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.

  • “unvote on this post.”
  • “remove my vote from anything tagged ‘won’t-do’.“

{ "post_id": "pst_01H8..." }

{ "voted": false, "voteCount": <int> }