documents_delete_rc
Last edit: Oct 26, 2022
Removes document from the search index.
documents_delete_rc(
id: ID!
search_index: String!
): HashObject
Arguments
id
(ID
)
search_index
(String
)
Index name
Type
HashObject
Represents data as a collection of unique keys and their values. Also known as
associative arrays, maps or dictionaries. You can create it in liquid by
converting JSON object with parse_json filter or tag. It can be any level deep.