Delete time entry
timelog_delete_entryPERMANENTLY delete one or more time entries. There is no recycle bin for time entries - this cannot be undone, and it lowers the project's spent_amount. Only the owning employee (or an approver) can delete. Requires explicit human confirmation: never fill in confirm/confirmation_phrase on your own initiative. Pass time_entry_ids to clear a batch under a single confirmation instead of one call per row.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirm | No | Must be true. The HUMAN running this agent must set this - not the agent. | |
| time_entry_id | No | Delete a single entry. | |
| time_entry_ids | No | Delete a batch of entries under one confirmation. Max 500. | |
| confirmation_phrase | No | For a single entry: the entry id. For a batch: `DELETE <n> ENTRIES`. The HUMAN must supply this. |