Deletes matching records of a model's table, or a single record by id.
Arguments
| Arguments | Description |
|---|---|
model
|
The model type to delete from, e.g. Person.self.
|
where
| A predicate selecting which records to delete. |
recordID
|
A SurrealRecordID to delete a single record.
|