delete_backtest
Idempotent
Remove a backtest from a QuantConnect project by specifying the project ID and backtest ID to manage your algorithmic trading simulations.
Instructions
Delete a backtest from a project.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | Yes |
Output Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| errors | No | List of errors with the API call. | |
| success | No | Indicate if the API request was successful. |