DELETE api/tasks/{id}
Deletes a project task by marking it as deleted and removing related task links.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
The ID of the task to be deleted. |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
On success: HTTP 200 OK. On failure: HTTP 400 Bad Request if an error occurs during deletion.
None.