mmex_payees_delete
Delete a payee from a Money Manager EX database by providing its ID and database path, with optional encryption key for SQLCipher databases.
Instructions
Delete a payee from the MMEX database.
Args:
id: The payee 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 |
|---|---|---|---|
| id | Yes | ||
| db_path | No | ||
| db_key | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |