Delete a time record
everhour_delete_time_recordPermanently delete a time record using its record ID. This action cannot be undone.
Instructions
Permanently delete a time record. Cannot be undone.
Args:
record_id (number): ID of the time record to delete.
Returns a confirmation message on success.
Examples:
"Delete time record 12345" → record_id=12345
Error Handling:
404 → record not found (may already have been deleted)
403 → record locked or not yours
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| record_id | Yes |