Api Documentation

Poll options

Poll options that are tied to a Poll. This enpoint is only available to API keys without user authentication. For API keys without user authentication the options are also available in the Polls endpoint
Json
XML
DELETE https://api.bundeling.com/V2/poll_options

Parameters

Url

NameDescriptionType
uuidA unique identifier used to identify a poll optionstring

Example request

Headers

Content-Type:application/json
Api-Key:RAegSX8yZfEbqSPM

Example response

{
    "uuid": "eeb763c41c054dcc8f6d9362f24ee9b2",
    "status": "Delete successful"
}