method
LocalAPI.BulkDelete
func (local *LocalAPI) BulkDelete(
ctx context.Context,
collection string,
ids []string,
actor *store.Document,
localeOptions ...LocaleOptions,
) ([]store.Document, error)Delete or trash an explicit bounded set of documents atomically.
Related types
LocalAPIIn-process content operations that share the REST authorization and lifecycle pipeline.
DocumentA stored document with status and version metadata.
LocaleOptionsLocale selection for one single-document Local API operation.