Votes
Remove Feedback Vote
Remove your vote from a feedback item. Requires subscriber authentication.
POST
Documentation Index
Fetch the complete documentation index at: https://docs.userorbit.com/llms.txt
Use this file to discover all available pages before exploring further.
Authentication
Requires subscriber JWT token from login/identify.Request Body
The feedback ID to remove vote from
Response
Returns true if vote was successfully removed
Updated total vote count for this feedback
Behavior
- Own Vote Only: Can only delete your own vote
- Vote Count Update: Feedback vote count decremented automatically
- Idempotent: Returns success even if no vote exists
Use Cases
- Change Mind: Allow users to remove their vote
- Toggle Voting: Implement upvote/unvote toggle button
- Vote Management: Users can manage their voting history
Notes
- Requires valid subscriber JWT token
- Returns 404 if feedback doesn’t exist
- Vote count updates immediately
- Returns success even if user hasn’t voted

