Usage
delete(client, ...)
"delete"(client, index, type, id, query = NULL, version = NULL, version_type = NULL, routing = NULL, parent = NULL, replication = "sync", refresh = FALSE, timeout = "1m", consistency = NULL, raw = FALSE, validate_params = TRUE)
Arguments
index
String The name of the index
type
String The type of the document
version
Number Explicit version number for concurrency control
version_type
String Specific version type
routing
String Specific routing value
parent
String ID of parent document
replication
String Specific replication type
refresh
Logical Refresh the index after performing the operation
timeout
Date Explicit operation timeout
consistency
String Specific write consistency setting for the operation