DELETE restapi/personal/pages/{elementId}/contentblocks/polls/{contentBlockId}/votes/v1

Delete all the votes for a poll content block.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
elementId

The ID of the element.

integer

Required

contentBlockId

The ID of the content block to remove votes for.

integer

Required

Body Parameters

None.

Response Information

Resource Description

The poll content block DTO.

System.Web.Http.IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.