Opensearch dashboards.deletedocumentresponse
Home > opensearch-dashboards > DeleteDocumentResponse
DeleteDocumentResponse interface
Signature:
export interface DeleteDocumentResponse
Properties
| Property | Type | Description |
|---|---|---|
| _id | string | |
| _index | string | |
| _shards | ShardsResponse | |
| _type | string | |
| _version | number | |
| error? | { type: string; } | (Optional) |
| found | boolean | |
| result | string |