Delete a time entry
keeping_delete_entryPermanently deletes a time entry by ID. A dry-run preview verifies the entry before human confirmation is required.
Instructions
DESTRUCTIVE: permanently deletes the entry — cannot be undone. Owns the dry-run gate: without confirm: true, the tool fetches the entry and returns a would_delete preview so a human can verify the right entry is targeted. Only call with confirm: true after a human reviewed the preview.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirm | No | Set to true ONLY after a human has reviewed the would_post preview returned by a prior dry-run call. The MCP client (LLM) MUST NOT set this autonomously — wait for the human to type 'yes' / 'confirm'. | |
| entry_id | Yes | Numeric Keeping time-entry id to permanently delete. | |
| organisation_id | No | Override KEEPING_ORG_ID; required for multi-org tokens. |