βDelete a record
// once you have an instance of the record from a read or query response
// you can call the delete method to mark the record deleted.
await !record.delete();
// once you have an instance of the record from a read or query response
// you can call the delete method to mark the record deleted.
await !record.delete();