DeleteDocumentRequest

October 22, 2025 ยท View on GitHub

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

NameTypeDescriptionNotes
tableStringTable name
clusterStringCluster name[optional]
idLongThe ID of document for deletion[optional]
queryObjectDefines the criteria to match documents for deletion[optional]