Delete the poll
Last updated 4 years ago
Deleting a Poll will remove all the data for the Poll including the Options and Votes.
POST https://api.pollsapi.com/v1/remove/poll
POST
https://api.pollsapi.com/v1/remove/poll
{ "status": "success", "statusCode": 200, "data": true }
curl -X POST https://api.pollsapi.com/v1/remove/poll \ -H "content-type: application/json" \ -H "api-key: $API_KEY" \ -d ' { "poll_id": "5f9f7b186477891e5bc646a1" } '
{ "poll_id": "5f9f7b186477891e5bc646a1" }
Content-Type
string
application/json
api-key
API Key for your account
poll_id
ID of the poll to be deleted