mmex_transactions_delete_split
Delete a specific split entry from a transaction to maintain accurate financial records.
Instructions
Delete a split from a transaction.
Args:
split_id: Split ID to delete.
db_path: Path to the .mmb database file. Optional if MMEX_DB_PATH env var is set.
db_key: Encryption key for SQLCipher databases. Optional if MMEX_DB_KEY env var is set.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| split_id | Yes | ||
| db_path | No | ||
| db_key | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |