delete_expense
Soft-delete an expense to remove it from active lists; the record remains in the database for later restoration.
Instructions
Soft-delete an expense (can be restored later with restore_expense). The record stays in the database with is_deleted=1.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| expense_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||