v1
latestOpenAPI 3.0.02026-07-26866217.8 KBIncomes & Expenses
Delete Transaction
Delete a transaction entry. The operation is irreversible. Returns 404 if the entry does not exist or is not accessible to the current operator.
delete/transactions/{id}
Path parameters
idinteger required
Id of the transaction entry to delete.
Response
The transaction entry has been successfully deleted.
Example response
{
"error_msg": "Done."
}