remove_backtestwriteOwner-scopedDelete one of the user's backtests by id; its trades are removed too. Owner-scoped.
| Param | Type | Req. | Description |
|---|---|---|---|
| id | string | yes | The backtest id (from get_backtests). |
Example prompts
- “Delete my EURUSD backtest.”
- “Remove backtest 3f2a1b4c.”
Example call
{ "name": "remove_backtest", "arguments": { "id": "3f2a1b4c-5d6e-7f80-9a1b-2c3d4e5f6a7b" } }