Permanently delete aDocumentation Index
Fetch the complete documentation index at: https://mintlify.com/akevalion/life_cost/llms.txt
Use this file to discover all available pages before exploring further.
MoneyTransfer record and all Tag records linked to it. The deletion is cascaded in two steps: first all Tag rows whose money_transfer_id matches are deleted, then the MoneyTransfer itself is removed. This operation is irreversible.
Endpoint
Authentication
Not enforced. No session cookie is required by the current server implementation. See the warning above.Path Parameters
The unique integer ID of the
MoneyTransfer to delete.Response
"MoneyTransfer removed successfully" on success.Example Request
Example Response
Error Cases
| Status | Condition |
|---|---|
404 Not Found | No MoneyTransfer record exists with the given id. Flask returns a standard 404 response via get_or_404. |
500 Internal Server Error | A database error occurred while deleting the tags or the transfer. |