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