DeleteResponse

October 22, 2025 ยท View on GitHub

Response object for successful delete request

Properties

NameTypeDescriptionNotes
tableStringThe name of the table from which the document was deleted[optional]
deletedIntegerNumber of documents deleted[optional]
idLongThe ID of the deleted document. If multiple documents are deleted, the ID of the first deleted document is returned[optional]
foundBooleanIndicates whether any documents to be deleted were found[optional]
resultStringResult of the delete operation, typically 'deleted'[optional]