IAlgoliaDeleteRecord Method |
Removes a single object from the index.
Namespace:
NetQuarry.Services
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax void DeleteRecord(
string indexName,
string id
)
Sub DeleteRecord (
indexName As String,
id As String
)
Parameters
- indexName
- Type: SystemString
The name of the index. - id
- Type: SystemString
The objectID of the object to delete.
See Also