bulkDestroy

Deletes multiple records in one request using primary key arrays.

Usage

await ds.bulkDestroy([["1"], ["2"]]);

API

bulkDestroy(primKeys: string[][]): Promise<any>;

Last updated

Was this helpful?