Links

Remove Poll

Delete the poll
Deleting a Poll will remove all the data for the Poll including the Options and Votes.
post
https://api.pollsapi.com/v1
/remove/poll
Delete Poll
curl -X POST https://api.pollsapi.com/v1/remove/poll \
-H "content-type: application/json" \
-H "api-key: $API_KEY" \
-d '
{
"poll_id": "5f9f7b186477891e5bc646a1"
}
'

Request Body

{
"poll_id": "5f9f7b186477891e5bc646a1"
}
Last modified 2yr ago