Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Deletes the given Poll.

...

Note

The operation uses basic authentication.

Resource URL

DELETE Method on <ConfluenceBaseURL>/rest/polls/1.0/poll/{pollguid}

...

The url parameter should be replaced with guid of the poll.

...

  • pollguid - guid of the poll *

Example request URL

Expand
titleSample request url for delete

<ConfluenceBaseURL>/rest/polls/1.0/poll/f2945cb488a341198bb7ecf173f5db07

...