clickup_delete_time_entry
Permanently delete duplicate, mistaken, or test time entries. Specify one or multiple IDs to remove them irreversibly.
Instructions
Permanently delete one or more time entries.
Calls DELETE /team/{team_id}/time_entries/{time_entry_id}.
When to Use:
Removing a duplicate, mistaken, or test time entry.
When NOT to Use:
To stop (but keep) a running timer — use
clickup_stop_time_entry.
Returns: A confirmation string naming the deleted id(s). This is irreversible.
Examples: params = {"team_id": "123", "time_entry_id": "1963465985517105840"} params = {"team_id": "123", "time_entry_id": "111,222,333"}
Error Handling: 404 means the time_entry_id(s) don't exist or aren't accessible.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |