cURL
curl --request PATCH \ --url https://api.replyke.com/api/v6/:projectId/entities/:entityId/remove-downvote
{ "id": "<string>", "userId": "<string>", "upvotes": [ {} ], "downvotes": [ {} ] }
Remove a downvote from an entity
Not Downvoted - 409 Conflict
{ "error": "Can't remove downvote, as user didn't downvote entity or entity not found.", "code": "entity/not-downvoted" }
Not Found - 404 Not Found
{ "error": "Entity not found.", "code": "entity/not-found" }
Server Error - 500 Internal Server Error
{ "error": "Internal server error.", "code": "entity/server-error" }