Usage
docs_delete(index, type, id, refresh = NULL, routing = NULL,
timeout = NULL, version = NULL, version_type = NULL,
callopts = list(), ...)
Arguments
index
(character) The name of the index. Required
type
(character) The type of the document. Required
id
(numeric) The document ID. Required
refresh
(logical) Refresh the index after performing the operation
routing
(charcter) Specific routing value
timeout
(charcter) Explicit operation timeout, e.g,. 5m (for 5 minutes)
version
(character) Explicit version number for concurrency control
version_type
(character) Specific version type. One of internal or external
...
Further args to query DSL