DELETE CalendarTask/{taskId}/{allItems}

Delete a given task based on its ID, and if it is reccurrent, deletes all the other items

Request Information

URI Parameters

NameDescriptionTypeAdditional information
taskId

taskId

integer

Required

allItems

deletes all reccurrences

boolean

Required

Body Parameters

None.

Response Information

Resource Description

System.Web.Http.IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.