Delete Expense (lawmatics_delete-expense)
Delete an expense from Lawmatics by ID. This is irreversible.
Tool Input
expenseIdstringrequired— ID of the expense to delete; a numeric string(pattern: ^\d+$)
Tool Output
idstringrequired— ID of the deleted expense
deletedbooleanrequired— Always true when the expense was successfully deleted
Related Tools