Optionalfilter?: objectA metadata filter expression to determine which records to delete.
Mutually exclusive with ids.
Optionalids?: RecordId[]A list of record ids to delete from the index.
Mutually exclusive with filter.
Optionalnamespace?: stringThe 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.