Delete document

    FieldDescription
    _indexThe name of the index.
    _idThe document’s ID.
    _versionThe document’s version.
    _resultThe result of the delete operation.
    _shardsDetailed information about the cluster’s shards.
    totalThe total number of shards.
    successfulThe number of shards OpenSearch successfully deleted the document from.
    failedThe number of shards OpenSearch failed to delete the document from.
    _seq_noThe sequence number assigned when the document was indexed.
    _primary_termThe primary term assigned when the document was indexed.