# Delete Task Soft-delete a task by marking its state as deleted. Supports workspace overlay. Endpoint: DELETE /v1/tasks/{id}/ Version: 1.0.0 Security: tokenAuth ## Path parameters: - `id` (string, required) ## Response 400 fields (application/json): - `detail` (string, required) ## Response 404 fields (application/json): - `detail` (string, required) ## Response 500 fields (application/json): - `detail` (string, required) ## Response 204 fields ## Response 401 fields ## Response 403 fields