DELETE restapi/personal/library/pages/{learningObjectInstanceId}/contentblocks/polls/{contentBlockId}/votes/v1
Delete all the votes for a poll content block.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| learningObjectInstanceId |
The unique identifier of the page 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.