DELETE restapi/personal/pages/{elementId}/contentblocks/polls/{contentBlockId}/votes/v1
Delete all the votes for a poll content block.
Request Information
URI Parameters
| Name | Description | Type | Additional 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.IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.