This is an archive of the old site. Visit the latest version at dexie.org.

Table.bulkDelete()

Since v1.3.6

Syntax

db.table.bulkDelete(keys)

Parameters

keysArray of primary keys of the objects to delete

Return Value

Promise

Remarks

Deletes given keys and returns a Promise that resolves when keys are deleted.

See also

Table.bulkGet()

Table.bulkAdd()

Table.bulkPut()

Table.delete()

Collection.delete()

Table of Contents