GET api/Task/DeleteTask?entityListID={entityListID}&entityID={entityID}&taskListID={taskListID}&taskID={taskID}
Deletes a task.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
entityListID |
The identifier of the entity list. |
string |
Required |
entityID |
The identifier of the entity. |
integer |
Required |
taskListID |
The identifier of the task list. |
string |
Required |
taskID |
The identifier of the task. |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.