Deletes multiple records in one request using primary key arrays.
await ds.bulkDestroy([["1"], ["2"]]);
bulkDestroy(primKeys: string[][]): Promise<any>;
Last updated 6 months ago
Was this helpful?