6.4. Object Store Deletion Operation
The steps to delete records from an object store with store and range are as follows.
Remove all records, if any, from store’s list of records with key in range.
For each index which references store, remove every record from index’s list of records whose value is in range, if any such records exist.
Return undefined.