abstract fun deleteHistoricalPricesById(id: String): Unit
Deletes the HistoricalPrice with matching id from the database.
id - The HistoricalPrice id used in this query.
id