On this pageDeleteDeletes a specific price.ExamplesDelete a model by id:\SureCart\Models\Price::delete('8ba8d60f-5277-4e6b-807c-dee8166446d5');Delete a model directly.$price = \SureCart\Models\Price::find('8ba8d60f-5277-4e6b-807c-dee8166446d5');$price->delete();Response Attributes