DeleteResponse

July 15, 2026 ยท View on GitHub

Properties

NameTypeDescriptionNotes
tableOption<String>The name of the table from which the document was deleted[optional]
deletedOption<i32>Number of documents deleted[optional]
idOption<i32>The ID of the deleted document. If multiple documents are deleted, the ID of the first deleted document is returned[optional]
foundOption<bool>Indicates whether any documents to be deleted were found[optional]
resultOption<String>Result of the delete operation, typically 'deleted'[optional]

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