delete_favorite
Delete a saved time-entry favorite. Requires confirm=true to proceed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirm | No | Set true to perform the action. Omit or false returns a preview only — nothing is written. | |
| favorite_id | Yes | Id of the favorite to delete. | |
| idempotency_key | No | Optional caller-supplied key; retrying with the same key returns the original result instead of acting twice. |