delete_task
Soft delete a task from a project by supplying project ID, task ID, and agent ID. Optionally include a reason for deletion.
Instructions
Delete (soft delete) a task.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| reason | No | Reason for deletion | |
| task_id | Yes | Task ID | |
| agent_id | Yes | Agent deleting the task | |
| project_id | Yes | Project ID |