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