

/api/v1/journal/tradesRemove a manual trade (by its id) from one of your custom journal accounts. Owner-scoped. Accepts account_id and trade_id as query params or JSON body.
| Name | In | Type | Req. | Description |
|---|---|---|---|---|
| account_id | query | integer | yes | The custom journal account id. |
| trade_id | query | string | yes | The id of the trade to remove (from add_journal_trade or the trades list). |
curl -X DELETE -H "Authorization: Bearer afx_live_xxx" \
"https://www.analytics-fx.com/api/v1/journal/trades?account_id=5012345&trade_id=9f1c8e7a-2b3c-4d5e-8f90-abc123def456"{
"apiVersion": "v1",
"data": { "removed": true, "tradeId": "9f1c8e7a-2b3c-4d5e-8f90-abc123def456" },
"meta": { "requestId": "req_rt01", "credits": { "cost": 1, "remaining": 982 } }
}DELETE /api/v1/journal/trades?account_id=12Create a key at /dashboard/api. The key stays in your browser.