time.entries.archive
Archive time entries to remove incorrect or duplicate logs from active records. Soft-delete hides entries from all queries while preserving underlying data.
Instructions
Soft-delete a time entry by setting its archived_at timestamp, hiding it from all queries. Use when the freelancer wants to permanently remove an incorrectly logged or duplicate time entry from their records without destroying the underlying data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| time_entry_id | Yes | Unique UUID identifier of the time entry record to soft-delete by archiving |