Delete a time entry
clockify_delete_time_entryPermanently delete a Clockify time entry by ID, with a required confirmation flag to prevent accidental loss.
Instructions
Removes a time entry permanently. Requires confirm: true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirm | Yes | Must be true — the entry is gone for good | |
| workspace_id | No | Workspace id. Falls back to CLOCKIFY_WORKSPACE_ID, then to the account's active workspace. | |
| time_entry_id | Yes | Time entry id |