$delete
Last updated
Last updated
Delete records from the table based on the provided conditions. The $delete method is used to remove specific entries from the database. If soft delete is enabled, the records are marked as deleted without being permanently removed. Otherwise, the records are permanently deleted.
$where
<StaticProps>
$options
⇒
<FindOptions>