# Delete Expense

`lawmatics_delete-expense` · Lawmatics MCP tool · Expenses

Delete an expense from Lawmatics by ID. This is irreversible.

## Input

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

## Output

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