Skip to content

Files

Latest commit

d82b884 · Mar 24, 2025

History

History
executable file
·
15 lines (10 loc) · 826 Bytes

DeleteResponse.md

File metadata and controls

executable file
·
15 lines (10 loc) · 826 Bytes

DeleteResponse

Properties

Name Type Description Notes
table Option<String> The name of the table from which the document was deleted [optional]
deleted Option<i32> Number of documents deleted [optional]
id Option<i64> The ID of the deleted document. If multiple documents are deleted, the ID of the first deleted document is returned [optional]
found Option<bool> Indicates whether any documents to be deleted were found [optional]
result Option<String> Result of the delete operation, typically 'deleted' [optional]

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