OptionalfilterA metadata filter expression to determine which records to delete.
Mutually exclusive with ids.
OptionalidsA list of record ids to delete from the index.
Mutually exclusive with filter.
OptionalnamespaceThe namespace to delete from. If not specified, uses the namespace configured on the Index.
Options for deleting multiple records from the index. Either
idsorfiltermust be provided, but not both.See
Index.deleteMany