clickup_time_delete
Permanently delete recorded time tracking entries from ClickUp reports. This irreversible action removes logged time data completely.
Instructions
Permanently delete a recorded time tracking entry. Destructive and irreversible — the logged time is removed from reports. To stop a currently running timer, use clickup_time_stop instead (which preserves the record). Returns an empty object on success.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| team_id | No | Workspace (team) ID. Obtain from clickup_workspace_list (field: id). Omit to use the default workspace from config. | |
| timer_id | Yes | ID of the time entry to delete. Obtain from clickup_time_list (field: id). Only the entry's owner (or a workspace admin) can delete it. |