delete_task
Permanently remove tasks from the Project MCP server. Use this tool to delete tasks that cannot be archived, with confirmation required for safety.
Instructions
Permanently deletes a task from todos/. Use with caution - this cannot be undone. Consider using archive_task instead for completed tasks.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The task ID to delete (e.g., "AUTH-001"). | |
| confirm | No | Must be true to confirm deletion. Default: false. |