RequestKit
API ReferenceUpvote

Remove an upvote

Remove an upvote

DELETE
/api/v1/requests/{request_id}/upvote

Path Parameters

request_idRequiredstring

The ID of the request

Query Parameters

userIdentifierRequiredstring

User identifier to remove upvote

Minimum length: 1

Header Parameters

x-request-kit-keyRequiredstring
curl -X DELETE "http://localhost:3000/api/v1/requests/req_123456789/upvote?userIdentifier=user123" \
  -H "x-request-kit-key: <string>"

Upvote removed successfully

{
  "message": "Upvote removed successfully"
}