# Delete Time Entry

`lawmatics_delete-time-entry` · Lawmatics MCP tool · Time Entries

Delete a time entry from Lawmatics by ID. This is irreversible.

## Input

- **timeEntryId** `string` (required, pattern: ^\d+$) — ID of the time entry to delete; a numeric string

## Output

- **id** `string` (required) — ID of the deleted time entry
- **deleted** `boolean` (required) — Always true when the time entry was successfully deleted
