Delete Task
task_deletePermanently delete a time entry from your timesheet. This irreversible action removes the task and its associated data.
Instructions
Use this when the user wants to permanently delete a time entry. WARNING: This is a destructive operation that cannot be undone.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The task ID to delete permanently |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| success | Yes | Whether the deletion was successful | |
| deletedId | No | The ID of the deleted task |