

/api/v1/backtests/{id}Delete one of your backtests by id. Owner-scoped; its trades are removed too. 404 if it does not exist or is not yours.
| Name | In | Type | Req. | Description |
|---|---|---|---|---|
| id | path | string | yes | The backtest id to delete. |
curl -X DELETE -H "Authorization: Bearer afx_live_xxx" \
"https://www.analytics-fx.com/api/v1/backtests/value"{
"apiVersion": "v1",
"data": { "removed": true, "id": "3f2a1b4c-5d6e-7f80-9a1b-2c3d4e5f6a7b" },
"meta": { "requestId": "req_bt04", "credits": { "cost": 1, "remaining": 975 } }
}DELETE /api/v1/backtests/Create a key at /dashboard/api. The key stays in your browser.