Polls API
Home
Login
Search
⌃
K
Links
Polls API Documentation
API Introduction
API
Create poll
Get poll by Id
Get all polls
Get polls by identifer
Create Vote
Get Vote by Id
Get all votes on a poll
Get all votes with identifier
Remove vote
Remove Poll
Powered By
GitBook
Remove vote
Delete a vote from an option on a poll
Delete the vote by the ID
post
https://api.pollsapi.com/v1
/remove/vote
Delete Vote
curl
-X
POST https://api.pollsapi.com/v1/remove/vote
\
-H
"content-type: application/json"
\
-H
"api-key:
$API_KEY
"
\
-d
'
{
"vote_id": "5f9fa6186477891e5bc646a5"
}
'
Request Body
{
"vote_id"
:
"5f9fa6186477891e5bc646a5"
}
API - Previous
Get all votes with identifier
Next - API
Remove Poll
Last modified
2yr ago