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