Mariner Backtesting - client.data_delete()
client.data_delete()
Delete the data associated with data-file called "filepath". If the filepath was not uploaded previously, do nothing.
Interface client.data_delete(filepath)
Name | Type | Default | Description |
---|---|---|---|
filepath | string | required | Filepath to data-file. |
- None