Click or drag to resize

IAlgoliaDeleteRecords Method

Remove objects from an index using their object ids. This method enables you to remove one or more objects from an index.

Namespace:  NetQuarry.Services
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
void DeleteRecords(
	string indexName,
	List<string> ids
)

Parameters

indexName
Type: SystemString
The name of the index.
ids
Type: System.Collections.GenericListString
The list of object IDs to delete.
See Also