Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 638 Bytes

DeleteDocumentRequest.md

File metadata and controls

17 lines (9 loc) · 638 Bytes

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
index String Index 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]