Remove an Upvote for a Specific Poll Choice
This endpoint removes an upvote from a specific poll choice in a post. If the post has no poll associated the response status code is 404
info
This operation requires authentication.
HTTP Request
POST /api/v2/post/{id}/poll/vote/
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
| id | path | string | true | A unique integer value identifying this post |
| choice | body | integer | true | A unique integer value identifying the choice to be upvoted |