Name | Type | Description | Notes |
---|---|---|---|
index | String | The name of the index from which the document was deleted | [optional] |
deleted | Number | Number of documents deleted | [optional] |
id | Number | The ID of the deleted document. If multiple documents are deleted, the ID of the first deleted document is returned | [optional] |
found | Boolean | Indicates whether any documents to be deleted were found | [optional] |
result | String | Result of the delete operation, typically 'deleted' | [optional] |