remove_journal_tradewriteOwner-scopedRemove a manual trade (by its id) from one of your custom journal accounts.
| Param | Type | Req. | Description |
|---|---|---|---|
| account_id | string | yes | A custom account_id from list_journal_accounts. |
| trade_id | string | yes | The trade id from add_journal_trade or get_trades. |
Example prompts
- “Delete that last trade I added to my custom account.”
- “Remove trade 9f1c8e7a from my journal.”
Example call
{ "name": "remove_journal_trade", "arguments": { "account_id": "12", "trade_id": "9f1c8e7a-..." } }