method
RiduClient.bulkDelete
RiduClient.bulkDelete<Slug extends CollectionSlug<Config>>(
collection: Slug,
ids: readonly string[],
options?: MutationLocaleOptions<LocaleFor<Config>>,
): Promise<OutputFor<Config, Slug>[]>Delete or trash an explicit set of document IDs.
Related types
CollectionSlugThe generated union of collection slugs.
MutationLocaleOptionsLocale and transport options shared by mutations without an optimistic-concurrency contract.
OutputForResolve a collection document output type.