Documentation Index
Fetch the complete documentation index at: https://www.esixorm.com/llms.txt
Use this file to discover all available pages before exploring further.
Deleting Models
Once your data is no longer needed, Esix provides two ways of removing models from the database. You can either use an instance of a model to delete that model or you can create a query to remove multiple models.Deleting a Single Model
If you have a single model you want to delete, you can use thedelete method
on the instance.
Keep in mind that the data is instantly removed and won’t be recoverable.