Delete a task
clockify_delete_taskRemoves a task from a project permanently. Provide the task ID and set confirm to true to delete it.
Instructions
Removes a task from a project.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirm | Yes | Must be true | |
| task_id | Yes | Task id | |
| project_id | No | Project id | |
| project_name | No | Project name instead of the id | |
| workspace_id | No | Workspace id. Falls back to CLOCKIFY_WORKSPACE_ID, then to the account's active workspace. |