Repository.removeBulk() method
Delete every row matching the filter.
Signature:
removeBulk(args: {
where?: Where;
}): Promise<BulkCount>;
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
args |
{ where?: Where; } |
Returns:
Promise<BulkCount>
Read this page as plain markdown — no HTML, no navigation. For pasting into an LLM, or for an agent to fetch.