class GdsApi::Rummager
def delete_document(*args)
-
index_name
(V2 only
) -- Name of the index to be deleted from on -
id
(String
) -- The rummager/elasticsearch id. Typically the same as the `link` field. -
type
(String
) -- The rummager/elasticsearch document type.
def delete_document(*args) @api.delete_document(*args) end