Versions Compared

Key

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

Deletes the given Poll.

  • Deletes the poll with the given poll id.

  • The response returns code 200 if the poll deletion was successful else error messages are generated. See Error codes.

Note

The operation uses basic authentication.

...

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

where ConfluenceBaseURL is the URL of your Confluence instance.

...

  • pollguid - guid of the poll *

Example request URL

Expand
titleSample request url for delete

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

...