Remove Poll
Delete the poll
Deleting a Poll will remove all the data for the Poll including the Options and Votes.
Delete Poll
POST
https://api.pollsapi.com/v1/remove/poll
Headers
Name | Type | Description |
---|---|---|
Content-Type | string | application/json |
api-key | string | API Key for your account |
Request Body
Name | Type | Description |
---|---|---|
poll_id | string | ID of the poll to be deleted |
Request Body
Last updated