Path parameters
ID of the task to delete.
Response
204 No Content — The task was deleted. The response body is empty. All task completion records associated with this task are also deleted automatically via the databaseON DELETE CASCADE constraint.
Errors
| Status | Condition |
|---|---|
400 | The task exists but belongs to a different user. |
404 | No task found with the given taskId. |
401 | Missing or invalid authentication token. |