Skip to content

Latest commit

 

History

History
executable file
·
14 lines (10 loc) · 800 Bytes

DeleteDocumentRequest.md

File metadata and controls

executable file
·
14 lines (10 loc) · 800 Bytes

ManticoreSearch.Model.DeleteDocumentRequest

Payload for delete request. Documents can be deleted either one by one by specifying the document id or by providing a query object. For more information see Delete API

Properties

Name Type Description Notes
Table string Table name
Cluster string Cluster name [optional]
Id long The ID of document for deletion [optional]
Query Object Defines the criteria to match documents for deletion [optional]

[Back to Model list] [Back to API list] [Back to README]